Class: RawgentoDB::ProductQty

Inherits:
Struct
  • Object
show all
Defined in:
lib/rawgento_db/query.rb

Instance Attribute Summary collapse

Instance Attribute Details

#product_idObject

Returns the value of attribute product_id

Returns:

  • (Object)

    the current value of product_id



5
6
7
# File 'lib/rawgento_db/query.rb', line 5

def product_id
  @product_id
end

#qtyObject

Returns the value of attribute qty

Returns:

  • (Object)

    the current value of qty



5
6
7
# File 'lib/rawgento_db/query.rb', line 5

def qty
  @qty
end