Class: Main::ActionWithArgs

Inherits:
Struct
  • Object
show all
Defined in:
lib/chid/main.rb

Instance Attribute Summary collapse

Instance Attribute Details

#actionObject

Returns the value of attribute action

Returns:

  • (Object)

    the current value of action



3
4
5
# File 'lib/chid/main.rb', line 3

def action
  @action
end

#argsObject

Returns the value of attribute args

Returns:

  • (Object)

    the current value of args



3
4
5
# File 'lib/chid/main.rb', line 3

def args
  @args
end