Class: Moonshot::SSHCommandBuilder::Result
- Inherits:
-
Struct
- Object
- Struct
- Moonshot::SSHCommandBuilder::Result
- Defined in:
- lib/moonshot/ssh_command_builder.rb
Instance Attribute Summary collapse
-
#cmd ⇒ Object
Returns the value of attribute cmd.
-
#ip ⇒ Object
Returns the value of attribute ip.
Instance Attribute Details
#cmd ⇒ Object
Returns the value of attribute cmd
8 9 10 |
# File 'lib/moonshot/ssh_command_builder.rb', line 8 def cmd @cmd end |
#ip ⇒ Object
Returns the value of attribute ip
8 9 10 |
# File 'lib/moonshot/ssh_command_builder.rb', line 8 def ip @ip end |