class Tmdb::Person::Crew

Defined in:

person/crew.cr

Constructors

Instance Method Summary

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

adult? : Bool | Nil adult?, backdrop_path : String | Nil backdrop_path, credit_id : String credit_id, detail : Credit detail, genre_ids : Array(Int32) genre_ids, id : Int64 id, original_language : String original_language, original_title : String | Nil original_title, overview : String overview, popularity : Float64 popularity, poster_path : String | Nil poster_path, release_date : Time | Nil release_date, title : String | Nil title, video? : Bool | Nil video?, vote_average : Float64 vote_average, vote_count : Int32 vote_count

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

new(data : JSON::Any) new

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 department : String #

[View source]
def job : String #

[View source]