Module: EffectiveProductsRingPayment::ClassMethods
- Defined in:
- app/models/concerns/effective_products_ring_payment.rb
Instance Method Summary collapse
- #all_wizard_steps ⇒ Object
- #effective_products_ring_payment? ⇒ Boolean
- #required_wizard_steps ⇒ Object
Instance Method Details
#all_wizard_steps ⇒ Object
19 20 21 |
# File 'app/models/concerns/effective_products_ring_payment.rb', line 19 def all_wizard_steps const_get(:WIZARD_STEPS).keys end |
#effective_products_ring_payment? ⇒ Boolean
17 |
# File 'app/models/concerns/effective_products_ring_payment.rb', line 17 def effective_products_ring_payment?; true; end |
#required_wizard_steps ⇒ Object
23 24 25 |
# File 'app/models/concerns/effective_products_ring_payment.rb', line 23 def required_wizard_steps [:start, :billing, :checkout, :submitted] end |