Class StateMachine::InvalidTransition
In: lib/state_machine/transition.rb
Parent: Error

An invalid transition was attempted

Methods

Attributes

from  [R]  The current state value for the machine
machine  [R]  The machine attempting to be transitioned

Public Instance methods

The event that triggered the failed transition

The name for the current state

The fully-qualified name of the event that triggered the failed transition

The fully-qualified name for the current state

[Validate]