Class: DotkaM::Lobby
Instance Attribute Summary
Attributes inherited from Raw
Instance Method Summary collapse
Methods inherited from Raw
Constructor Details
This class inherits a constructor from DotkaM::Raw
Instance Method Details
#id ⇒ Object
5 6 7 |
# File 'lib/dotka/lobby.rb', line 5 def id @raw["id"].to_i end |
#localized_name ⇒ Object
8 9 10 |
# File 'lib/dotka/lobby.rb', line 8 def localized_name @raw["name"] end |