Class: Rollgeist::ExecutionState::Counter
- Inherits:
-
Struct
- Object
- Struct
- Rollgeist::ExecutionState::Counter
- Defined in:
- lib/rollgeist/execution_state.rb
Instance Attribute Summary collapse
-
#reported ⇒ Object
Returns the value of attribute reported.
-
#started_at ⇒ Object
Returns the value of attribute started_at.
-
#suppressed ⇒ Object
Returns the value of attribute suppressed.
Instance Attribute Details
#reported ⇒ Object
Returns the value of attribute reported
9 10 11 |
# File 'lib/rollgeist/execution_state.rb', line 9 def reported @reported end |
#started_at ⇒ Object
Returns the value of attribute started_at
9 10 11 |
# File 'lib/rollgeist/execution_state.rb', line 9 def started_at @started_at end |
#suppressed ⇒ Object
Returns the value of attribute suppressed
9 10 11 |
# File 'lib/rollgeist/execution_state.rb', line 9 def suppressed @suppressed end |