Class: HighLevel::Models::Products::UpdateProductReviewObjectDto

Inherits:
Data
  • Object
show all
Defined in:
lib/high_level/models/products/update_product_review_object_dto.rb

Instance Attribute Summary collapse

Instance Attribute Details

#product_idObject (readonly)

Returns the value of attribute product_id

Returns:

  • (Object)

    the current value of product_id



9
10
11
# File 'lib/high_level/models/products/update_product_review_object_dto.rb', line 9

def product_id
  @product_id
end

#review_idObject (readonly)

Returns the value of attribute review_id

Returns:

  • (Object)

    the current value of review_id



9
10
11
# File 'lib/high_level/models/products/update_product_review_object_dto.rb', line 9

def review_id
  @review_id
end

#store_idObject (readonly)

Returns the value of attribute store_id

Returns:

  • (Object)

    the current value of store_id



9
10
11
# File 'lib/high_level/models/products/update_product_review_object_dto.rb', line 9

def store_id
  @store_id
end