class Tmdb::PersonResult

Included Modules

Defined in:

person_result.cr

Constructors

Instance Method Summary

Instance methods inherited from module Tmdb::ProfileUrls

profile_url(size : String = "original") : String profile_url

Constructor Detail

def self.new(data : JSON::Any) #

[View source]

Instance Method Detail

def adult : Bool #

[View source]
def id : Int64 #

[View source]
def known_for : Array(MovieResult | Tv::ShowResult) #

[View source]
def name : String #

[View source]
def person_detail : Person #

[View source]
def popularity : Float64 #

[View source]
def profile_path : String | Nil #

[View source]