Class: Yelp::Response::Model::Review
- Defined in:
- lib/yelp/responses/models/review.rb
Instance Attribute Summary collapse
-
#excerpt ⇒ Object
readonly
Returns the value of attribute excerpt.
-
#id ⇒ Object
readonly
Returns the value of attribute id.
-
#rating ⇒ Object
readonly
Returns the value of attribute rating.
-
#rating_image_large_url ⇒ Object
readonly
Returns the value of attribute rating_image_large_url.
-
#rating_image_small_url ⇒ Object
readonly
Returns the value of attribute rating_image_small_url.
-
#rating_image_url ⇒ Object
readonly
Returns the value of attribute rating_image_url.
-
#time_created ⇒ Object
readonly
Returns the value of attribute time_created.
-
#user ⇒ Object
readonly
Returns the value of attribute user.
Method Summary
Methods inherited from Base
Constructor Details
This class inherits a constructor from Yelp::Response::Base
Instance Attribute Details
#excerpt ⇒ Object (readonly)
Returns the value of attribute excerpt.
7 8 9 |
# File 'lib/yelp/responses/models/review.rb', line 7 def excerpt @excerpt end |
#id ⇒ Object (readonly)
Returns the value of attribute id.
7 8 9 |
# File 'lib/yelp/responses/models/review.rb', line 7 def id @id end |
#rating ⇒ Object (readonly)
Returns the value of attribute rating.
7 8 9 |
# File 'lib/yelp/responses/models/review.rb', line 7 def @rating end |
#rating_image_large_url ⇒ Object (readonly)
Returns the value of attribute rating_image_large_url.
7 8 9 |
# File 'lib/yelp/responses/models/review.rb', line 7 def @rating_image_large_url end |
#rating_image_small_url ⇒ Object (readonly)
Returns the value of attribute rating_image_small_url.
7 8 9 |
# File 'lib/yelp/responses/models/review.rb', line 7 def @rating_image_small_url end |
#rating_image_url ⇒ Object (readonly)
Returns the value of attribute rating_image_url.
7 8 9 |
# File 'lib/yelp/responses/models/review.rb', line 7 def @rating_image_url end |
#time_created ⇒ Object (readonly)
Returns the value of attribute time_created.
7 8 9 |
# File 'lib/yelp/responses/models/review.rb', line 7 def time_created @time_created end |
#user ⇒ Object (readonly)
Returns the value of attribute user.
7 8 9 |
# File 'lib/yelp/responses/models/review.rb', line 7 def user @user end |