Class: Beintoo::App
- Inherits:
-
Object
- Object
- Beintoo::App
- Defined in:
- lib/beintoo/app.rb
Constant Summary collapse
- RESOURCE =
"app"
Instance Method Summary collapse
-
#contestShow ⇒ Object
returns a list of contest for your app, you can choose a single contest and to list all or just public contest.
-
#leaderboard ⇒ Object
returns a map with your players and the score of those.
-
#topvgood ⇒ Object
returns a map the most delivered vgood with you application and the number those have been erogated.
Instance Method Details
#contestShow ⇒ Object
returns a list of contest for your app, you can choose a single contest and to list all or just public contest
17 18 |
# File 'lib/beintoo/app.rb', line 17 def contestShow end |
#leaderboard ⇒ Object
returns a map with your players and the score of those.
13 14 |
# File 'lib/beintoo/app.rb', line 13 def leaderboard end |
#topvgood ⇒ Object
returns a map the most delivered vgood with you application and the number those have been erogated. This call can be very useful because you have visibility on the vgoods which are generating more revenues for you. You could decide for example to provide a functional advantage to users who converted one of these goods, for example giving him more energy in case of a game.
9 10 |
# File 'lib/beintoo/app.rb', line 9 def topvgood end |