class Tmdb::Movie::Cast

Defined in:

movie/cast.cr

Constructors

Instance Method Summary

Instance methods inherited from class Tmdb::Movie::CreditBase

credit_id : String credit_id, detail : Credit detail, original_name : String original_name, person : Person person

Constructor methods inherited from class Tmdb::Movie::CreditBase

new(data : JSON::Any) new

Constructor Detail

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

[View source]

Instance Method Detail

def cast_id : Int32 | Nil #

[View source]
def character : String | Nil #

[View source]
def order : Int32 #

[View source]