Sha256: fed62c63418d3bce2c1a6b6c3d493ad6946601c8e9a874c1328d2b117a6a7de2
Contents?: true
Size: 581 Bytes
Versions: 2
Compression:
Stored size: 581 Bytes
Contents
# Represents a review for a professional. The following attribute # MUST be set when using this model: # # * lawyer_id # # This model has the following attributes: # # * id # * overall_rating: The overall rating (out of 5 stars) given by this review. # * title: The review's title # * body: The first 150 characters of the review's body # * url: A link to the review on Avvo # * posted_by: The author of the review # * posted_at: The date this review was posted # * updated_at: The last time this review was updated # class AvvoApi::Review < AvvoApi::Base belongs_to :lawyer end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
avvo_api-0.2.1 | lib/avvo_api/review.rb |
avvo_api-0.2.0 | lib/avvo_api/review.rb |