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
13 14 15 16 17 18 |
# File 'lib/checkout_sdk/common/product.rb', line 13 class Product attr_accessor :name, :quantity, :price, :reference end |
#price ⇒ Integer
13 14 15 16 17 18 |
# File 'lib/checkout_sdk/common/product.rb', line 13 class Product attr_accessor :name, :quantity, :price, :reference end |
#quantity ⇒ Integer
13 14 15 16 17 18 |
# File 'lib/checkout_sdk/common/product.rb', line 13 class Product attr_accessor :name, :quantity, :price, :reference end |
#reference ⇒ String
13 14 15 16 17 18 |
# File 'lib/checkout_sdk/common/product.rb', line 13 class Product attr_accessor :name, :quantity, :price, :reference end |