Module: Bitbuckit

Defined in:
lib/bitbuckit.rb,
lib/bitbuckit/user.rb,
lib/bitbuckit/client.rb,
lib/bitbuckit/default.rb,
lib/bitbuckit/version.rb,
lib/bitbuckit/connection.rb,
lib/bitbuckit/client/teams.rb,
lib/bitbuckit/client/users.rb,
lib/bitbuckit/authentication.rb,
lib/bitbuckit/client/commits.rb

Defined Under Namespace

Modules: Authentication, Connection, Default Classes: Client, User

Constant Summary collapse

VERSION =
"0.1.1"

Class Method Summary collapse

Class Method Details

.clientObject



7
8
9
10
# File 'lib/bitbuckit.rb', line 7

def client
  return @client if defined?(@client)
  @client = Bitbuckit::Client.new
end