Class: Checkout
- Defined in:
- app/models/checkout.rb
Instance Attribute Summary collapse
-
#coupon_code ⇒ Object
Returns the value of attribute coupon_code.
-
#creditcard ⇒ Object
for memory-only storage of creditcard details.
Instance Attribute Details
#coupon_code ⇒ Object
Returns the value of attribute coupon_code.
15 16 17 |
# File 'app/models/checkout.rb', line 15 def coupon_code @coupon_code end |
#creditcard ⇒ Object
for memory-only storage of creditcard details
14 15 16 |
# File 'app/models/checkout.rb', line 14 def creditcard @creditcard end |