Class: Spree::StoreCredit
- Inherits:
-
ActiveRecord::Base
- Object
- ActiveRecord::Base
- Spree::StoreCredit
- Defined in:
- app/models/spree/store_credit.rb
Instance Attribute Summary collapse
-
#disable_negative_payment_mode ⇒ Object
Returns the value of attribute disable_negative_payment_mode.
Instance Attribute Details
#disable_negative_payment_mode ⇒ Object
Returns the value of attribute disable_negative_payment_mode.
4 5 6 |
# File 'app/models/spree/store_credit.rb', line 4 def disable_negative_payment_mode @disable_negative_payment_mode end |