class Tmdb::CollectionResult

Included Modules

Defined in:

collection_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 collection_detail : Collection #

[View source]
def id : Int64 #

[View source]
def name : String #

[View source]
def poster_path : String | Nil #

[View source]