Class: RawgentoDB::Product

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

Instance Attribute Summary collapse

Instance Attribute Details

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



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

def name
  @name
end

#product_idObject

Returns the value of attribute product_id

Returns:

  • (Object)

    the current value of product_id



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

def product_id
  @product_id
end