Class: Yelp::Response::Model::Review

Inherits:
Base
  • Object
show all
Defined in:
lib/yelp/responses/models/review.rb

Instance Attribute Summary collapse

Method Summary

Methods inherited from Base

#initialize

Constructor Details

This class inherits a constructor from Yelp::Response::Base

Instance Attribute Details

#excerptObject (readonly)

Returns the value of attribute excerpt.



7
8
9
# File 'lib/yelp/responses/models/review.rb', line 7

def excerpt
  @excerpt
end

#idObject (readonly)

Returns the value of attribute id.



7
8
9
# File 'lib/yelp/responses/models/review.rb', line 7

def id
  @id
end

#ratingObject (readonly)

Returns the value of attribute rating.



7
8
9
# File 'lib/yelp/responses/models/review.rb', line 7

def rating
  @rating
end

#rating_image_large_urlObject (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
  @rating_image_large_url
end

#rating_image_small_urlObject (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
  @rating_image_small_url
end

#rating_image_urlObject (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
  @rating_image_url
end

#time_createdObject (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

#userObject (readonly)

Returns the value of attribute user.



7
8
9
# File 'lib/yelp/responses/models/review.rb', line 7

def user
  @user
end