struct Srcom::BulkGame

Included Modules

Defined in:

srcr/mappings/game/bulk_game.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def abbreviation : String #

[View source]
def abbreviation=(abbreviation : String) #

[View source]
def id : String #

[View source]
def id=(id : String) #

[View source]
def name #

Shorthand for Name#international.

NOTE This method is present on all things that have the international + japanese name structure.


[View source]
def names : BulkGame::Name #

[View source]
def names=(names : BulkGame::Name) #

[View source]
def weblink : String #

[View source]
def weblink=(weblink : String) #

[View source]