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.
13 14 15 |
# File 'lib/reflex/timer.rb', line 13 def block @block end |
Instance Method Details
#inspect ⇒ Object
17 18 19 |
# File 'lib/reflex/timer.rb', line 17 def inspect () "#<Reflex::Timer owner:#{owner} id:#{id} interval:#{interval} count:#{count}>" end |