class Tmdb::Tv::Cast

Defined in:

tv/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 character : String #

[View source]
def credit : Credit #

[View source]
def credit_id : String #

[View source]