Class: Rollgeist::ExecutionState::Decision

Inherits:
Struct
  • Object
show all
Defined in:
lib/rollgeist/execution_state.rb

Instance Attribute Summary collapse

Instance Attribute Details

#allowedObject

Returns the value of attribute allowed

Returns:

  • (Object)

    the current value of allowed



10
11
12
# File 'lib/rollgeist/execution_state.rb', line 10

def allowed
  @allowed
end

#suppressed_to_flushObject

Returns the value of attribute suppressed_to_flush

Returns:

  • (Object)

    the current value of suppressed_to_flush



10
11
12
# File 'lib/rollgeist/execution_state.rb', line 10

def suppressed_to_flush
  @suppressed_to_flush
end