Class: AllInRuby::Installer::Result
- Inherits:
-
Struct
- Object
- Struct
- AllInRuby::Installer::Result
- Defined in:
- lib/all_in_ruby/installer.rb
Instance Attribute Summary collapse
-
#agent ⇒ Object
Returns the value of attribute agent.
-
#backup ⇒ Object
Returns the value of attribute backup.
-
#diff ⇒ Object
Returns the value of attribute diff.
-
#path ⇒ Object
Returns the value of attribute path.
-
#status ⇒ Object
Returns the value of attribute status.
Instance Attribute Details
#agent ⇒ Object
Returns the value of attribute agent
10 11 12 |
# File 'lib/all_in_ruby/installer.rb', line 10 def agent @agent end |
#backup ⇒ Object
Returns the value of attribute backup
10 11 12 |
# File 'lib/all_in_ruby/installer.rb', line 10 def backup @backup end |
#diff ⇒ Object
Returns the value of attribute diff
10 11 12 |
# File 'lib/all_in_ruby/installer.rb', line 10 def diff @diff end |
#path ⇒ Object
Returns the value of attribute path
10 11 12 |
# File 'lib/all_in_ruby/installer.rb', line 10 def path @path end |
#status ⇒ Object
Returns the value of attribute status
10 11 12 |
# File 'lib/all_in_ruby/installer.rb', line 10 def status @status end |