Class: Charming::Controller::TaskBinding

Inherits:
Data
  • Object
show all
Defined in:
lib/charming/controller.rb

Instance Attribute Summary collapse

Instance Attribute Details

#actionObject (readonly)

Returns the value of attribute action

Returns:

  • (Object)

    the current value of action



13
14
15
# File 'lib/charming/controller.rb', line 13

def action
  @action
end

#nameObject (readonly)

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



13
14
15
# File 'lib/charming/controller.rb', line 13

def name
  @name
end