class Tmdb::Review
- Tmdb::Review
- Reference
- Object
Defined in:
review.crConstructors
-
.detail(id : String) : Review
Retrieve the details of a movie or TV show review.
- .new(data : JSON::Any)
Instance Method Summary
- #author : Author
- #content : String
- #created_at : Time
- #id : String
- #iso_639_1 : String | Nil
- #media_id : Int64 | Nil
- #media_title : String | Nil
- #media_type : Media::Type | Nil
- #updated_at : Time
- #url : String
Constructor Detail
Retrieve the details of a movie or TV show review.