class Tmdb::Tv::ShowResult

Included Modules

Defined in:

tv/show_result.cr

Constructors

Instance Method Summary

Instance methods inherited from module Tmdb::ImageUrls

backdrop_url(size : String = "original") : String backdrop_url

Instance methods inherited from module Tmdb::PosterUrls

poster_url(size : String = "original") : String poster_url

Constructor Detail

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

[View source]

Instance Method Detail

def backdrop_path : String | Nil #

[View source]
def first_air_date : Time | Nil #

[View source]
def genre_ids : Array(Int32) #

[View source]
def id : Int64 #

[View source]
def name : String #

[View source]
def origin_country : Array(String) #

[View source]
def original_language : String #

[View source]
def original_name : String #

[View source]
def overview : String #

[View source]
def popularity : Float64 #

[View source]
def poster_path : String | Nil #

[View source]
def tv_show_detail : Show #

[View source]
def vote_average : Float64 #

[View source]
def vote_count : Int32 #

[View source]