Class: RawgentoDB::ProductQty
- Inherits:
-
Struct
- Object
- Struct
- RawgentoDB::ProductQty
- Defined in:
- lib/rawgento_db/query.rb
Instance Attribute Summary collapse
-
#product_id ⇒ Object
Returns the value of attribute product_id.
-
#qty ⇒ Object
Returns the value of attribute qty.
Instance Attribute Details
#product_id ⇒ Object
Returns the value of attribute product_id
5 6 7 |
# File 'lib/rawgento_db/query.rb', line 5 def product_id @product_id end |
#qty ⇒ Object
Returns the value of attribute qty
5 6 7 |
# File 'lib/rawgento_db/query.rb', line 5 def qty @qty end |