class Tmdb::Credit

Defined in:

credit.cr

Constructors

Instance Method Summary

Constructor Detail

def self.detail(id : String) : Credit #

Get a movie or TV credit details by id.


[View source]
def self.new(data : JSON::Any) #

[View source]

Instance Method Detail

def credit_type : Type #

[View source]
def department : String #

[View source]
def id : String #

[View source]
def job : String #

[View source]
def media : Media #

[View source]
def person : Person #

[View source]