Class: SpreeRazorpayCheckout::Configuration
- Inherits:
-
Spree::Preferences::Configuration
- Object
- Spree::Preferences::Configuration
- SpreeRazorpayCheckout::Configuration
- Defined in:
- lib/spree_razorpay_checkout/configuration.rb,
app/models/spree_razorpay_checkout/configuration.rb
Instance Attribute Summary collapse
-
#some_setting ⇒ Object
Define settings here as needed, e.g.:.
Instance Method Summary collapse
-
#initialize ⇒ Configuration
constructor
A new instance of Configuration.
Constructor Details
#initialize ⇒ Configuration
Returns a new instance of Configuration.
6 7 8 |
# File 'lib/spree_razorpay_checkout/configuration.rb', line 6 def initialize @some_setting = 'default_value' end |
Instance Attribute Details
#some_setting ⇒ Object
Define settings here as needed, e.g.:
4 5 6 |
# File 'lib/spree_razorpay_checkout/configuration.rb', line 4 def some_setting @some_setting end |