Class: Charming::Controller::TimerBinding
- Inherits:
-
Data
- Object
- Data
- Charming::Controller::TimerBinding
- Defined in:
- lib/charming/controller.rb
Instance Attribute Summary collapse
-
#action ⇒ Object
readonly
Returns the value of attribute action.
-
#interval ⇒ Object
readonly
Returns the value of attribute interval.
-
#name ⇒ Object
readonly
Returns the value of attribute name.
Instance Attribute Details
#action ⇒ Object (readonly)
Returns the value of attribute action
8 9 10 |
# File 'lib/charming/controller.rb', line 8 def action @action end |
#interval ⇒ Object (readonly)
Returns the value of attribute interval
8 9 10 |
# File 'lib/charming/controller.rb', line 8 def interval @interval end |
#name ⇒ Object (readonly)
Returns the value of attribute name
8 9 10 |
# File 'lib/charming/controller.rb', line 8 def name @name end |