Class: Esp::McpInstaller::Result
- Inherits:
-
Struct
- Object
- Struct
- Esp::McpInstaller::Result
- Defined in:
- lib/esp/mcp_installer.rb
Instance Attribute Summary collapse
-
#action ⇒ Object
Returns the value of attribute action.
-
#client ⇒ Object
Returns the value of attribute client.
-
#config_path ⇒ Object
Returns the value of attribute config_path.
-
#entry ⇒ Object
Returns the value of attribute entry.
-
#label ⇒ Object
Returns the value of attribute label.
-
#migrated ⇒ Object
Returns the value of attribute migrated.
-
#name ⇒ Object
Returns the value of attribute name.
Instance Attribute Details
#action ⇒ Object
Returns the value of attribute action
27 28 29 |
# File 'lib/esp/mcp_installer.rb', line 27 def action @action end |
#client ⇒ Object
Returns the value of attribute client
27 28 29 |
# File 'lib/esp/mcp_installer.rb', line 27 def client @client end |
#config_path ⇒ Object
Returns the value of attribute config_path
27 28 29 |
# File 'lib/esp/mcp_installer.rb', line 27 def config_path @config_path end |
#entry ⇒ Object
Returns the value of attribute entry
27 28 29 |
# File 'lib/esp/mcp_installer.rb', line 27 def entry @entry end |
#label ⇒ Object
Returns the value of attribute label
27 28 29 |
# File 'lib/esp/mcp_installer.rb', line 27 def label @label end |
#migrated ⇒ Object
Returns the value of attribute migrated
27 28 29 |
# File 'lib/esp/mcp_installer.rb', line 27 def migrated @migrated end |
#name ⇒ Object
Returns the value of attribute name
27 28 29 |
# File 'lib/esp/mcp_installer.rb', line 27 def name @name end |