Class: LittleGhost::Assembly::StepExecution

Inherits:
Data
  • Object
show all
Defined in:
lib/little_ghost/assembly_execution.rb

Overview

:nodoc:

Instance Attribute Summary collapse

Instance Attribute Details

#eventsObject (readonly)

Returns the value of attribute events

Returns:

  • (Object)

    the current value of events



169
170
171
# File 'lib/little_ghost/assembly_execution.rb', line 169

def events
  @events
end

#resultObject (readonly)

Returns the value of attribute result

Returns:

  • (Object)

    the current value of result



169
170
171
# File 'lib/little_ghost/assembly_execution.rb', line 169

def result
  @result
end

#stepObject (readonly)

Returns the value of attribute step

Returns:

  • (Object)

    the current value of step



169
170
171
# File 'lib/little_ghost/assembly_execution.rb', line 169

def step
  @step
end

#transitionObject (readonly)

Returns the value of attribute transition

Returns:

  • (Object)

    the current value of transition



169
170
171
# File 'lib/little_ghost/assembly_execution.rb', line 169

def transition
  @transition
end