class Tmdb::Review

Defined in:

review.cr

Constructors

Instance Method Summary

Constructor Detail

def self.detail(id : String) : Review #

Retrieve the details of a movie or TV show review.


[View source]
def self.new(data : JSON::Any) #

[View source]

Instance Method Detail

def author : Author #

[View source]
def content : String #

[View source]
def created_at : Time #

[View source]
def id : String #

[View source]
def iso_639_1 : String | Nil #

[View source]
def media_id : Int64 | Nil #

[View source]
def media_title : String | Nil #

[View source]
def media_type : Media::Type | Nil #

[View source]
def updated_at : Time #

[View source]
def url : String #

[View source]