Srcom::Genre
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
Gets all the Games belonging to this Genre.
NOTE: Defaults to 20 results per page as otherwise the request might very well 503.
id
Sourceid=(id : String)
Sourcelinks
Sourcelinks=(links : Array(Link))
Sourcename
Sourcename=(name : String)
Source