class Tmdb::Tv::AggregatedCast

Defined in:

tv/aggregated_cast.cr

Constructors

Instance Method Summary

Instance methods inherited from class Tmdb::Tv::CastBase

adult? : Bool adult?, gender : Tmdb::Person::Gender | Nil gender, id : Int64 id, known_for_department : String | Nil known_for_department, name : String name, order : Int32 order, original_name : String original_name, person_detail : Person person_detail, popularity : Float64 popularity, profile_path : String | Nil profile_path

Constructor methods inherited from class Tmdb::Tv::CastBase

new(data : JSON::Any) new

Instance methods inherited from module Tmdb::ProfileUrls

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

Constructor Detail

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

[View source]

Instance Method Detail

def roles : Array(Role) #

[View source]
def total_episode_count : Int32 #

[View source]