class Tmdb::Person::CreditBase
Included Modules
Direct Known Subclasses
Defined in:
person/credit_base.cr
Constructors
Instance Method Summary
Constructor Detail
def self.
new(data : JSON::Any)
#
Instance Method Detail
def
adult? : Bool | Nil
#
def
backdrop_path : String | Nil
#
def
genre_ids : Array(Int32)
#
def
original_language : String
#
def
original_title : String | Nil
#
def
popularity : Float64
#
def
poster_path : String | Nil
#
def
release_date : Time | Nil
#
def
title : String | Nil
#
def
video? : Bool | Nil
#
def
vote_average : Float64
#