class Tmdb::Person::Crew
Defined in:
person/crew.cr
Constructors
Instance Method Summary
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
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)
#
Instance Method Detail
def
department : String
#