Class: Moonshot::SSHCommandBuilder::Result

Inherits:
Struct
  • Object
show all
Defined in:
lib/moonshot/ssh_command_builder.rb

Instance Attribute Summary collapse

Instance Attribute Details

#cmdObject

Returns the value of attribute cmd

Returns:

  • (Object)

    the current value of cmd



6
7
8
# File 'lib/moonshot/ssh_command_builder.rb', line 6

def cmd
  @cmd
end

#ipObject

Returns the value of attribute ip

Returns:

  • (Object)

    the current value of ip



6
7
8
# File 'lib/moonshot/ssh_command_builder.rb', line 6

def ip
  @ip
end