Class: Charming::Controller::TimerBinding

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



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

def action
  @action
end

#intervalObject (readonly)

Returns the value of attribute interval

Returns:

  • (Object)

    the current value of interval



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

def interval
  @interval
end

#nameObject (readonly)

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



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

def name
  @name
end