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



86
87
88
# File 'lib/little_ghost/assembly_execution.rb', line 86

def events
  @events
end

#resultObject (readonly)

Returns the value of attribute result

Returns:

  • (Object)

    the current value of result



86
87
88
# File 'lib/little_ghost/assembly_execution.rb', line 86

def result
  @result
end

#stepObject (readonly)

Returns the value of attribute step

Returns:

  • (Object)

    the current value of step



86
87
88
# File 'lib/little_ghost/assembly_execution.rb', line 86

def step
  @step
end

#transitionObject (readonly)

Returns the value of attribute transition

Returns:

  • (Object)

    the current value of transition



86
87
88
# File 'lib/little_ghost/assembly_execution.rb', line 86

def transition
  @transition
end