class DatashiftJourney::StateMachines::StateList

Public Class Methods

new() click to toggle source
# File lib/datashift_journey/state_machines/sequence.rb, line 12
def initialize
  @states = []
end