Class: Tmdby::Reviews
Class Method Summary collapse
-
.get(id) ⇒ Object
Get the full details of a review by ID.
Methods inherited from Wrapper
add_default_language, fetch, handle_post_params, route, verify_params
Class Method Details
.get(id) ⇒ Object
Get the full details of a review by ID
7 8 9 |
# File 'lib/tmdby/wrappers/reviews.rb', line 7 def self.get(id) self.fetch id end |