Method: App42RubyAPI::ServiceAPI#buildScoreBoardService
- Defined in:
- lib/App42_Ruby_API.rb
#buildScoreBoardService ⇒ Object
112 113 114 115 116 |
# File 'lib/App42_Ruby_API.rb', line 112 def buildScoreBoardService puts "Build Score Board service Called " scoreboard = App42::Game::ScoreBoardService.new(api_key, secret_key, base_url) scoreboard end |