class Tmdb::Person::CreditBase

Included Modules

Direct Known Subclasses

Defined in:

person/credit_base.cr

Constructors

Instance Method Summary

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 adult? : Bool | Nil #

[View source]
def backdrop_path : String | Nil #

[View source]
def credit_id : String #

[View source]
def detail : Credit #

[View source]
def genre_ids : Array(Int32) #

[View source]
def id : Int64 #

[View source]
def original_language : String #

[View source]
def original_title : String | Nil #

[View source]
def overview : String #

[View source]
def popularity : Float64 #

[View source]
def poster_path : String | Nil #

[View source]
def release_date : Time | Nil #

[View source]
def title : String | Nil #

[View source]
def video? : Bool | Nil #

[View source]
def vote_average : Float64 #

[View source]
def vote_count : Int32 #

[View source]