Class: Reflex::Timer

Inherits:
Object
  • Object
show all
Defined in:
lib/reflex/timer.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#blockObject

Returns the value of attribute block.



13
14
15
# File 'lib/reflex/timer.rb', line 13

def block
  @block
end

Instance Method Details

#inspectObject



17
18
19
# File 'lib/reflex/timer.rb', line 17

def inspect ()
  "#<Reflex::Timer owner:#{owner} id:#{id} interval:#{interval} count:#{count}>"
end