Class: TimeMachine::TimedTask
- Inherits:
-
Struct
- Object
- Struct
- TimeMachine::TimedTask
- Defined in:
- lib/timemachine.rb
Overview
The internal struct to store a task.
Instance Attribute Summary collapse
-
#block ⇒ Object
Returns the value of attribute block.
-
#handle ⇒ Object
Returns the value of attribute handle.
-
#timeup ⇒ Object
Returns the value of attribute timeup.
Instance Attribute Details
#block ⇒ Object
Returns the value of attribute block
13 14 15 |
# File 'lib/timemachine.rb', line 13 def block @block end |
#handle ⇒ Object
Returns the value of attribute handle
13 14 15 |
# File 'lib/timemachine.rb', line 13 def handle @handle end |
#timeup ⇒ Object
Returns the value of attribute timeup
13 14 15 |
# File 'lib/timemachine.rb', line 13 def timeup @timeup end |