abstract class Tmdb::Tv::CrewBase

Included Modules

Direct Known Subclasses

Defined in:

tv/crew_base.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 department : String #

[View source]
def gender : Tmdb::Person::Gender | Nil #

[View source]
def id : Int64 #

[View source]
def known_for_department : String | Nil #

[View source]
def name : String #

[View source]
def original_name : String #

[View source]
def person_detail : Person #

[View source]
def popularity : Float64 #

[View source]
def profile_path : String | Nil #

[View source]