AASM::StateMachine
Inherits Reference / Object
Constructors
new
SourceInstance methods
current_state_name
Sourceevent(name : Symbol, &)
Sourcefire_event(event_name : Symbol, raise_exception = false)
Sourcenext_state
Sourcestate(name : Symbol, initial : Bool = false, enter : -> _ | Nil = nil, guard : -> Bool | Nil = nil)
Source