Class: App42::Game::Reward

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

Instance Attribute Summary collapse

Attributes inherited from App42Response

#isResponseSuccess, #strResponse, #totalRecords

Instance Attribute Details

#gameNameObject

Returns the value of attribute gameName.



15
16
17
# File 'lib/game/Reward.rb', line 15

def gameName
  @gameName
end

#nameObject

Returns the value of attribute name.



15
16
17
# File 'lib/game/Reward.rb', line 15

def name
  @name
end

#pointsObject

Returns the value of attribute points.



15
16
17
# File 'lib/game/Reward.rb', line 15

def points
  @points
end

#userNameObject

Returns the value of attribute userName.



15
16
17
# File 'lib/game/Reward.rb', line 15

def userName
  @userName
end