Srcom::Series
Inherits JSON::Serializable / Struct / Value / Object
Has shorthand methods to getting the resources that the Links in #links point to.
Constructors
new(pull : JSON::PullParser)
Sourcenew(*, __pull_for_json_serializable pull : JSON::PullParser)
SourceInstance methods
abbreviation
Sourceabbreviation=(abbreviation : String)
Sourceassets
Sourceassets=(assets : Game::Assets)
Sourcecreated
Sourcecreated=(created : Time | Nil)
SourceGets all Games that belong to this Series.
NOTE: Depending on the series this request might take quite a while. It also defaults to only 20 results per page as otherwise it might very well 503.
id
Sourceid=(id : String)
Sourcelinks
Sourcelinks=(links : Array(Link))
Sourcemoderators
Sourcemoderators=(moderators : Array(User))
Sourcename
Shorthand for Name#international.
NOTE: This method is present on all things that have the international + japanese name structure.
names
Sourcenames=(names : Game::Name)
Sourceweblink
Sourceweblink=(weblink : String)
Source