Module: FortyTwo

Defined in:
lib/fortytwo.rb,
lib/fortytwo/client.rb,
lib/fortytwo/version.rb,
lib/fortytwo/configuration.rb,
lib/fortytwo/endpoints/user.rb,
lib/fortytwo/responses/base.rb,
lib/fortytwo/responses/user.rb,
lib/fortytwo/endpoints/users.rb,
lib/fortytwo/responses/users.rb,
lib/fortytwo/responses/models/user.rb,
lib/fortytwo/responses/models/skill.rb,
lib/fortytwo/endpoints/user_sessions.rb,
lib/fortytwo/responses/models/campus.rb,
lib/fortytwo/responses/models/cursus.rb,
lib/fortytwo/responses/user_sessions.rb,
lib/fortytwo/responses/models/project.rb,
lib/fortytwo/responses/models/language.rb,
lib/fortytwo/responses/models/achievement.rb,
lib/fortytwo/responses/models/cursus_user.rb,
lib/fortytwo/responses/models/project_user.rb,
lib/fortytwo/responses/models/user_session.rb,
lib/fortytwo/responses/models/expertise_user.rb

Defined Under Namespace

Modules: Endpoint, Response Classes: Client, Configuration

Constant Summary collapse

VERSION =
'0.1.2'

Class Method Summary collapse

Class Method Details

.clientObject



5
6
7
# File 'lib/fortytwo.rb', line 5

def self.client
  @client ||= FortyTwo::Client.new
end