Class: Roma::Command::Definition::ClassMethods::CommandContext

Inherits:
Struct
  • Object
show all
Defined in:
lib/roma/command/command_definition.rb

Instance Attribute Summary collapse

Instance Attribute Details

#argvObject

Returns the value of attribute argv

Returns:

  • (Object)

    the current value of argv



56
57
58
# File 'lib/roma/command/command_definition.rb', line 56

def argv
  @argv
end

#paramsObject

Returns the value of attribute params

Returns:

  • (Object)

    the current value of params



56
57
58
# File 'lib/roma/command/command_definition.rb', line 56

def params
  @params
end

#storedObject

Returns the value of attribute stored

Returns:

  • (Object)

    the current value of stored



56
57
58
# File 'lib/roma/command/command_definition.rb', line 56

def stored
  @stored
end