class AASM::Event
- AASM::Event
- Reference
- Object
Defined in:
aasm/event.crConstructors
Instance Method Summary
- #after : -> Nil?
- #after(&block)
- #before : -> Nil?
- #before(&block)
- #transition
- #transition? : AASM::Transition?
- #transitions(from : Symbol | Array(Symbol) = nil, to : Symbol = nil)