Class: SolidFlow::Replay::TimerState
- Inherits:
-
Struct
- Object
- Struct
- SolidFlow::Replay::TimerState
- Defined in:
- lib/solid_flow/replay.rb
Instance Attribute Summary collapse
-
#id ⇒ Object
Returns the value of attribute id.
-
#metadata ⇒ Object
Returns the value of attribute metadata.
-
#run_at ⇒ Object
Returns the value of attribute run_at.
-
#status ⇒ Object
Returns the value of attribute status.
-
#step ⇒ Object
Returns the value of attribute step.
Instance Method Summary collapse
Instance Attribute Details
#id ⇒ Object
Returns the value of attribute id
44 45 46 |
# File 'lib/solid_flow/replay.rb', line 44 def id @id end |
#metadata ⇒ Object
Returns the value of attribute metadata
44 45 46 |
# File 'lib/solid_flow/replay.rb', line 44 def @metadata end |
#run_at ⇒ Object
Returns the value of attribute run_at
44 45 46 |
# File 'lib/solid_flow/replay.rb', line 44 def run_at @run_at end |
#status ⇒ Object
Returns the value of attribute status
44 45 46 |
# File 'lib/solid_flow/replay.rb', line 44 def status @status end |
#step ⇒ Object
Returns the value of attribute step
44 45 46 |
# File 'lib/solid_flow/replay.rb', line 44 def step @step end |
Instance Method Details
#pending? ⇒ Boolean
52 53 54 |
# File 'lib/solid_flow/replay.rb', line 52 def pending? status == :scheduled end |