Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
tmdb
v0.3.1
Tmdb
AlternativeTitle
Api
Backdrop
Cache
Info
Cacheable
CacheMiss
Certification
Change
Item
Changes
Change
Collection
CollectionResult
Company
CompanyResult
Configuration
Country
Credit
Media
Type
Discover
QueryBuilder
MonetizationType
SortType
ExternalId
FileCache
Info
FilterFactory
Filter
Find
ExternalSource
Genre
Image
ImageUrls
Keyword
Language
LazyIterator
Logo
LogoUrls
Media
Type
Movie
Cast
CreditBase
Crew
Status
MovieResult
Network
NotFound
Person
Cast
CreditBase
Crew
Gender
PersonResult
Poster
PosterUrls
Profile
ProfileUrls
Provider
Region
Release
Type
Resource
Review
Author
Search
StillUrls
TaggedImage
Translation
Trending
TimeWindow
Tv
AggregatedCast
Role
AggregatedCrew
Job
Cast
CastBase
Crew
CrewBase
Episode
EpisodeGroup
Group
Type
EpisodeGroupResult
GuestStar
Rating
Season
Show
Status
Type
ShowResult
Translation
Unauthorized
Video
Type
Watch
WatchProvider
Built with Crystal 1.9.2
2023-10-08 09:43:42 UTC
class
Tmdb::Tv::Cast
Tmdb::Tv::Cast
Tmdb::Tv::CastBase
Reference
Object
Defined in:
tv/cast.cr
Constructors
.new
(data : JSON::Any)
Instance Method Summary
#character
: String
#credit
: Credit
#credit_id
: String
Instance methods inherited from class
Tmdb::Tv::CastBase
adult? : Bool
adult?
,
gender : Tmdb::Person::Gender | Nil
gender
,
id : Int64
id
,
known_for_department : String | Nil
known_for_department
,
name : String
name
,
order : Int32
order
,
original_name : String
original_name
,
person_detail : Person
person_detail
,
popularity : Float64
popularity
,
profile_path : String | Nil
profile_path
Constructor methods inherited from class
Tmdb::Tv::CastBase
new(data : JSON::Any)
new
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
character
: String
#
[
View source
]
def
credit
:
Credit
#
[
View source
]
def
credit_id
: String
#
[
View source
]