Class: GDK::Command::DiffConfig::ConfigDiff
- Inherits:
-
Object
- Object
- GDK::Command::DiffConfig::ConfigDiff
- Defined in:
- lib/gdk/command/diff_config.rb
Instance Attribute Summary collapse
-
#file ⇒ Object
readonly
Returns the value of attribute file.
-
#output ⇒ Object
readonly
Returns the value of attribute output.
Instance Method Summary collapse
- #file_path ⇒ Object
-
#initialize(file) ⇒ ConfigDiff
constructor
A new instance of ConfigDiff.
Constructor Details
#initialize(file) ⇒ ConfigDiff
Returns a new instance of ConfigDiff.
48 49 50 51 52 |
# File 'lib/gdk/command/diff_config.rb', line 48 def initialize(file) @file = file execute end |
Instance Attribute Details
#file ⇒ Object (readonly)
Returns the value of attribute file.
46 47 48 |
# File 'lib/gdk/command/diff_config.rb', line 46 def file @file end |
#output ⇒ Object (readonly)
Returns the value of attribute output.
46 47 48 |
# File 'lib/gdk/command/diff_config.rb', line 46 def output @output end |