class Tmdb::Translation

Defined in:

translation.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(data : JSON::Any) #

[View source]

Instance Method Detail

def biography : String | Nil #

[View source]
def english_name : String | Nil #

[View source]
def homepage : String | Nil #

[View source]
def iso_3166_1 : String #

[View source]
def iso_639_1 : String #

[View source]
def name : String | Nil #

[View source]
def overview : String | Nil #

[View source]
def runtime : Int32 | Nil #

[View source]
def tagline : String | Nil #

[View source]
def title : String | Nil #

[View source]