class Tmdby::Reviews

Public Class Methods

get(id) click to toggle source

Get the full details of a review by ID

# File lib/tmdby/wrappers/reviews.rb, line 7
def self.get(id)
  self.fetch id
end