Class: Beintoo::App

Inherits:
Object
  • Object
show all
Defined in:
lib/beintoo/app.rb

Constant Summary collapse

RESOURCE =
"app"

Instance Method Summary collapse

Instance Method Details

#contestShowObject

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

#leaderboardObject

returns a map with your players and the score of those.



13
14
# File 'lib/beintoo/app.rb', line 13

def leaderboard
end

#topvgoodObject

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