module Spree::Core::StateMachines::Reimbursement
Reimbursement' state machine
for each event the following instance methods are dynamically implemented:
#<event_name> #<event_name>! #can_<event_name>?
for each state the following instance methods are implemented:
#<state_name>?