Class: RCL::Shell::Command

Inherits:
Struct
  • Object
show all
Defined in:
lib/rcl/shell.rb

Instance Attribute Summary collapse

Instance Attribute Details

#commandObject

Returns the value of attribute command

Returns:

  • (Object)

    the current value of command



13
14
15
# File 'lib/rcl/shell.rb', line 13

def command
  @command
end

#timestampObject

Returns the value of attribute timestamp

Returns:

  • (Object)

    the current value of timestamp



13
14
15
# File 'lib/rcl/shell.rb', line 13

def timestamp
  @timestamp
end