Class: Hecks::Bluebook::ProcessManagerHandler
- Inherits:
-
Struct
- Object
- Struct
- Hecks::Bluebook::ProcessManagerHandler
- Includes:
- IR
- Defined in:
- lib/hecks/bluebook/process_manager.rb
Instance Attribute Summary collapse
-
#dispatches ⇒ Object
Returns the value of attribute dispatches.
-
#event_type ⇒ Object
Returns the value of attribute event_type.
-
#from_state ⇒ Object
Returns the value of attribute from_state.
-
#to_state ⇒ Object
Returns the value of attribute to_state.
Method Summary
Methods included from IR
Instance Attribute Details
#dispatches ⇒ Object
Returns the value of attribute dispatches
18 19 20 |
# File 'lib/hecks/bluebook/process_manager.rb', line 18 def dispatches @dispatches end |
#event_type ⇒ Object
Returns the value of attribute event_type
18 19 20 |
# File 'lib/hecks/bluebook/process_manager.rb', line 18 def event_type @event_type end |
#from_state ⇒ Object
Returns the value of attribute from_state
18 19 20 |
# File 'lib/hecks/bluebook/process_manager.rb', line 18 def from_state @from_state end |
#to_state ⇒ Object
Returns the value of attribute to_state
18 19 20 |
# File 'lib/hecks/bluebook/process_manager.rb', line 18 def to_state @to_state end |