Class: App42::Game::Game

Inherits:
App42Response show all
Defined in:
lib/game/Game.rb

Instance Attribute Summary collapse

Attributes inherited from App42Response

#isResponseSuccess, #strResponse, #totalRecords

Instance Attribute Details

#nameObject

Returns the value of attribute name.



16
17
18
# File 'lib/game/Game.rb', line 16

def name
  @name
end

#scoreListObject

Returns the value of attribute scoreList.



16
17
18
# File 'lib/game/Game.rb', line 16

def scoreList
  @scoreList
end