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.
-
#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
8 9 10 |
# File 'lib/all_in_ruby/installer.rb', line 8 def agent @agent end |
#path ⇒ Object
Returns the value of attribute path
8 9 10 |
# File 'lib/all_in_ruby/installer.rb', line 8 def path @path end |
#status ⇒ Object
Returns the value of attribute status
8 9 10 |
# File 'lib/all_in_ruby/installer.rb', line 8 def status @status end |