Module: Spree::Core::StateMachines::ReturnItem::AcceptanceStatus

Extended by:
ActiveSupport::Concern
Defined in:
lib/spree/core/state_machines/return_item/acceptance_status.rb

Overview

Return Items’ acceptance 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>?