Class: App42::Game::Game
- Inherits:
-
App42Response
- Object
- App42Response
- App42::Game::Game
- Defined in:
- lib/game/Game.rb
Instance Attribute Summary collapse
-
#name ⇒ Object
Returns the value of attribute name.
-
#scoreList ⇒ Object
Returns the value of attribute scoreList.
Attributes inherited from App42Response
#isResponseSuccess, #strResponse, #totalRecords
Instance Attribute Details
#name ⇒ Object
Returns the value of attribute name.
16 17 18 |
# File 'lib/game/Game.rb', line 16 def name @name end |
#scoreList ⇒ Object
Returns the value of attribute scoreList.
16 17 18 |
# File 'lib/game/Game.rb', line 16 def scoreList @scoreList end |