Class: Statecraft::Machine::Callback
- Inherits:
-
Struct
- Object
- Struct
- Statecraft::Machine::Callback
- Defined in:
- lib/statecraft/machine.rb
Instance Attribute Summary collapse
-
#event ⇒ Object
Returns the value of attribute event.
-
#from ⇒ Object
Returns the value of attribute from.
-
#handler ⇒ Object
Returns the value of attribute handler.
-
#to ⇒ Object
Returns the value of attribute to.
Instance Attribute Details
#event ⇒ Object
Returns the value of attribute event
16 17 18 |
# File 'lib/statecraft/machine.rb', line 16 def event @event end |
#from ⇒ Object
Returns the value of attribute from
16 17 18 |
# File 'lib/statecraft/machine.rb', line 16 def from @from end |
#handler ⇒ Object
Returns the value of attribute handler
16 17 18 |
# File 'lib/statecraft/machine.rb', line 16 def handler @handler end |
#to ⇒ Object
Returns the value of attribute to
16 17 18 |
# File 'lib/statecraft/machine.rb', line 16 def to @to end |