Class: LittleGhost::Assembly::StepExecution
- Inherits:
-
Data
- Object
- Data
- LittleGhost::Assembly::StepExecution
- Defined in:
- lib/little_ghost/assembly_execution.rb
Overview
:nodoc:
Instance Attribute Summary collapse
-
#events ⇒ Object
readonly
Returns the value of attribute events.
-
#result ⇒ Object
readonly
Returns the value of attribute result.
-
#step ⇒ Object
readonly
Returns the value of attribute step.
-
#transition ⇒ Object
readonly
Returns the value of attribute transition.
Instance Attribute Details
#events ⇒ Object (readonly)
Returns the value of attribute events
86 87 88 |
# File 'lib/little_ghost/assembly_execution.rb', line 86 def events @events end |
#result ⇒ Object (readonly)
Returns the value of attribute result
86 87 88 |
# File 'lib/little_ghost/assembly_execution.rb', line 86 def result @result end |
#step ⇒ Object (readonly)
Returns the value of attribute step
86 87 88 |
# File 'lib/little_ghost/assembly_execution.rb', line 86 def step @step end |
#transition ⇒ Object (readonly)
Returns the value of attribute transition
86 87 88 |
# File 'lib/little_ghost/assembly_execution.rb', line 86 def transition @transition end |