module Spree::Core::StateMachines::ReturnItem::ReceptionStatus

Return Items' reception status 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>?