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