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.



10
11
12
# File 'lib/reflex/timer.rb', line 10

def block
  @block
end

Instance Method Details

#inspectObject



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

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