struct Srcom::Series
- Srcom::Series
- Struct
- Value
- Object
Overview
Has shorthand methods to getting the resources that the Link
s in #links
point to.
Included Modules
- JSON::Serializable
Defined in:
srcr/mappings/series/series.crConstructors
Instance Method Summary
- #abbreviation : String
- #abbreviation=(abbreviation : String)
- #assets : Game::Assets
- #assets=(assets : Game::Assets)
- #created : Time?
- #created=(created : Time?)
- #games(page_size : Int32 = 20) : Srcom::Api::PageIterator(Game)
- #id : String
- #id=(id : String)
- #links : Array(Link)
- #links=(links : Array(Link))
- #moderators : Array(User)
- #moderators=(moderators : Array(User))
-
#name
Shorthand for
Name#international
. - #names : Game::Name
- #names=(names : Game::Name)
- #weblink : String
- #weblink=(weblink : String)
Constructor Detail
Instance Method Detail
Gets all Game
s 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.
def name
#
Shorthand for Name#international
.
NOTE This method is present on all things that have the international
+ japanese
name structure.