class DotkaM::GameMode

Public Instance Methods

id() click to toggle source
# File lib/dotka/game_mode.rb, line 7
def id
        @raw["id"].to_i
end
localized_name() click to toggle source
# File lib/dotka/game_mode.rb, line 11
def localized_name
        @raw["name"]
end