Class: SagaForge::Definition::Handler
- Inherits:
-
Struct
- Object
- Struct
- SagaForge::Definition::Handler
- Defined in:
- lib/saga_forge/definition.rb
Instance Attribute Summary collapse
-
#block ⇒ Object
Returns the value of attribute block.
-
#compensate ⇒ Object
Returns the value of attribute compensate.
-
#event ⇒ Object
Returns the value of attribute event.
-
#on_timeout ⇒ Object
Returns the value of attribute on_timeout.
-
#retry_policy ⇒ Object
Returns the value of attribute retry_policy.
-
#state ⇒ Object
Returns the value of attribute state.
-
#timeout ⇒ Object
Returns the value of attribute timeout.
Instance Attribute Details
#block ⇒ Object
Returns the value of attribute block
7 8 9 |
# File 'lib/saga_forge/definition.rb', line 7 def block @block end |
#compensate ⇒ Object
Returns the value of attribute compensate
7 8 9 |
# File 'lib/saga_forge/definition.rb', line 7 def compensate @compensate end |
#event ⇒ Object
Returns the value of attribute event
7 8 9 |
# File 'lib/saga_forge/definition.rb', line 7 def event @event end |
#on_timeout ⇒ Object
Returns the value of attribute on_timeout
7 8 9 |
# File 'lib/saga_forge/definition.rb', line 7 def on_timeout @on_timeout end |
#retry_policy ⇒ Object
Returns the value of attribute retry_policy
7 8 9 |
# File 'lib/saga_forge/definition.rb', line 7 def retry_policy @retry_policy end |
#state ⇒ Object
Returns the value of attribute state
7 8 9 |
# File 'lib/saga_forge/definition.rb', line 7 def state @state end |
#timeout ⇒ Object
Returns the value of attribute timeout
7 8 9 |
# File 'lib/saga_forge/definition.rb', line 7 def timeout @timeout end |