Module: Unloq::Ratings
- Included in:
- Client
- Defined in:
- lib/unloq/ratings.rb
Instance Method Summary collapse
-
#lookup_author_ratings(author) ⇒ Object
Fetch the ratings for an author.
Instance Method Details
#lookup_author_ratings(author) ⇒ Object
Fetch the ratings for an author
8 9 10 11 12 |
# File 'lib/unloq/ratings.rb', line 8 def () get('/ratings', "/#{.id}") end |