Class: HighLevel::Models::Products::UpdateProductReviewDto

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

Instance Attribute Summary collapse

Instance Attribute Details

#alt_idObject (readonly)

Returns the value of attribute alt_id

Returns:

  • (Object)

    the current value of alt_id



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

def alt_id
  @alt_id
end

#alt_typeObject (readonly)

Returns the value of attribute alt_type

Returns:

  • (Object)

    the current value of alt_type



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

def alt_type
  @alt_type
end

#detailObject (readonly)

Returns the value of attribute detail

Returns:

  • (Object)

    the current value of detail



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

def detail
  @detail
end

#headlineObject (readonly)

Returns the value of attribute headline

Returns:

  • (Object)

    the current value of headline



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

def headline
  @headline
end

#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_dto.rb', line 9

def product_id
  @product_id
end

#ratingObject (readonly)

Returns the value of attribute rating

Returns:

  • (Object)

    the current value of rating



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

def rating
  @rating
end

#replyObject (readonly)

Returns the value of attribute reply

Returns:

  • (Object)

    the current value of reply



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

def reply
  @reply
end

#statusObject (readonly)

Returns the value of attribute status

Returns:

  • (Object)

    the current value of status



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

def status
  @status
end