Class: CheckoutSdk::Common::Product
- Inherits:
-
Object
- Object
- CheckoutSdk::Common::Product
- Defined in:
- lib/checkout_sdk/common/product.rb
Instance Attribute Summary collapse
Instance Attribute Details
#name ⇒ String
11 12 13 14 15 |
# File 'lib/checkout_sdk/common/product.rb', line 11 class Product attr_accessor :name, :quantity, :price end |
#price ⇒ Integer
11 12 13 14 15 |
# File 'lib/checkout_sdk/common/product.rb', line 11 class Product attr_accessor :name, :quantity, :price end |
#quantity ⇒ Integer
11 12 13 14 15 |
# File 'lib/checkout_sdk/common/product.rb', line 11 class Product attr_accessor :name, :quantity, :price end |