Class: Statecraft::Pipeline::Transition
- Inherits:
-
Struct
- Object
- Struct
- Statecraft::Pipeline::Transition
- Defined in:
- lib/statecraft/pipeline.rb
Instance Attribute Summary collapse
-
#event ⇒ Object
Returns the value of attribute event.
-
#from ⇒ Object
Returns the value of attribute from.
-
#log_record ⇒ Object
Returns the value of attribute log_record.
-
#metadata ⇒ Object
Returns the value of attribute metadata.
-
#to ⇒ Object
Returns the value of attribute to.
Instance Attribute Details
#event ⇒ Object
Returns the value of attribute event
17 18 19 |
# File 'lib/statecraft/pipeline.rb', line 17 def event @event end |
#from ⇒ Object
Returns the value of attribute from
17 18 19 |
# File 'lib/statecraft/pipeline.rb', line 17 def from @from end |
#log_record ⇒ Object
Returns the value of attribute log_record
17 18 19 |
# File 'lib/statecraft/pipeline.rb', line 17 def log_record @log_record end |
#metadata ⇒ Object
Returns the value of attribute metadata
17 18 19 |
# File 'lib/statecraft/pipeline.rb', line 17 def @metadata end |
#to ⇒ Object
Returns the value of attribute to
17 18 19 |
# File 'lib/statecraft/pipeline.rb', line 17 def to @to end |