Class: Spree::StoreCredit

Inherits:
ActiveRecord::Base
  • Object
show all
Defined in:
app/models/spree/store_credit.rb

Direct Known Subclasses

Credit, Debit

Instance Attribute Summary collapse

Instance Attribute Details

#disable_negative_payment_modeObject

Returns the value of attribute disable_negative_payment_mode.



3
4
5
# File 'app/models/spree/store_credit.rb', line 3

def disable_negative_payment_mode
  @disable_negative_payment_mode
end