Method: StateMachines::State#qualified_name

Defined in:
lib/state_machines/state.rb

#qualified_nameObject (readonly)

The fully-qualified identifier for the state, scoped by the machine’s namespace



23
24
25
# File 'lib/state_machines/state.rb', line 23

def qualified_name
  @qualified_name
end