Module: Vapor

Defined in:
lib/vapor.rb,
lib/vapor/api.rb,
lib/vapor/game.rb,
lib/vapor/user.rb,
lib/vapor/crawler.rb,
lib/vapor/version.rb,
lib/vapor/games_list.rb

Defined Under Namespace

Classes: API, APINotAvailableError, Crawler, Game, GamesList, InvalidUsernameError, User, UserNotFoundError, UserPrivateError

Constant Summary collapse

VERSION =
"0.0.3"

Class Method Summary collapse

Class Method Details

.apiObject



9
10
11
# File 'lib/vapor.rb', line 9

def self.api
  @@api ||= Vapor::API.new
end