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