Class: RubynCode::CLI::InputHandler::Command

Inherits:
Data
  • Object
show all
Defined in:
lib/rubyn_code/cli/input_handler.rb

Instance Attribute Summary collapse

Instance Attribute Details

#actionObject (readonly)

Returns the value of attribute action

Returns:

  • (Object)

    the current value of action



14
15
16
# File 'lib/rubyn_code/cli/input_handler.rb', line 14

def action
  @action
end

#argsObject (readonly)

Returns the value of attribute args

Returns:

  • (Object)

    the current value of args



14
15
16
# File 'lib/rubyn_code/cli/input_handler.rb', line 14

def args
  @args
end