Class: Reflex::Timer
- Inherits:
-
Object
- Object
- Reflex::Timer
- Defined in:
- lib/reflex/timer.rb
Instance Attribute Summary collapse
-
#block ⇒ Object
Returns the value of attribute block.
Instance Method Summary collapse
Instance Attribute Details
#block ⇒ Object
Returns the value of attribute block.
10 11 12 |
# File 'lib/reflex/timer.rb', line 10 def block @block end |
Instance Method Details
#inspect ⇒ Object
14 15 16 |
# File 'lib/reflex/timer.rb', line 14 def inspect() "#<Reflex::Timer owner:#{owner} id:#{id} interval:#{interval} count:#{count}>" end |