Class: Hecks::Bluebook::ProcessManagerHandler

Inherits:
Struct
  • Object
show all
Includes:
IR
Defined in:
lib/hecks/bluebook/process_manager.rb

Instance Attribute Summary collapse

Method Summary

Methods included from IR

extended, included

Instance Attribute Details

#dispatchesObject

Returns the value of attribute dispatches

Returns:

  • (Object)

    the current value of dispatches



18
19
20
# File 'lib/hecks/bluebook/process_manager.rb', line 18

def dispatches
  @dispatches
end

#event_typeObject

Returns the value of attribute event_type

Returns:

  • (Object)

    the current value of event_type



18
19
20
# File 'lib/hecks/bluebook/process_manager.rb', line 18

def event_type
  @event_type
end

#from_stateObject

Returns the value of attribute from_state

Returns:

  • (Object)

    the current value of from_state



18
19
20
# File 'lib/hecks/bluebook/process_manager.rb', line 18

def from_state
  @from_state
end

#to_stateObject

Returns the value of attribute to_state

Returns:

  • (Object)

    the current value of to_state



18
19
20
# File 'lib/hecks/bluebook/process_manager.rb', line 18

def to_state
  @to_state
end