Class: Statecraft::Pipeline::Transition

Inherits:
Struct
  • Object
show all
Defined in:
lib/statecraft/pipeline.rb

Instance Attribute Summary collapse

Instance Attribute Details

#eventObject

Returns the value of attribute event

Returns:

  • (Object)

    the current value of event



17
18
19
# File 'lib/statecraft/pipeline.rb', line 17

def event
  @event
end

#fromObject

Returns the value of attribute from

Returns:

  • (Object)

    the current value of from



17
18
19
# File 'lib/statecraft/pipeline.rb', line 17

def from
  @from
end

#log_recordObject

Returns the value of attribute log_record

Returns:

  • (Object)

    the current value of log_record



17
18
19
# File 'lib/statecraft/pipeline.rb', line 17

def log_record
  @log_record
end

#metadataObject

Returns the value of attribute metadata

Returns:

  • (Object)

    the current value of metadata



17
18
19
# File 'lib/statecraft/pipeline.rb', line 17

def 
  @metadata
end

#toObject

Returns the value of attribute to

Returns:

  • (Object)

    the current value of to



17
18
19
# File 'lib/statecraft/pipeline.rb', line 17

def to
  @to
end