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



9
10
11
# File 'lib/charming/controller.rb', line 9

def action
  @action
end

#nameObject (readonly)

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



9
10
11
# File 'lib/charming/controller.rb', line 9

def name
  @name
end