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