Class: HighLevel::Models::Products::ProductReviewDto

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

Instance Attribute Summary collapse

Instance Attribute Details

#commentObject (readonly)

Returns the value of attribute comment

Returns:

  • (Object)

    the current value of comment



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

def comment
  @comment
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/product_review_dto.rb', line 9

def headline
  @headline
end

#userObject (readonly)

Returns the value of attribute user

Returns:

  • (Object)

    the current value of user



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

def user
  @user
end