module Bitbuckit
Constants
- VERSION
Public Class Methods
client()
click to toggle source
# File lib/bitbuckit.rb, line 7 def client return @client if defined?(@client) @client = Bitbuckit::Client.new end
# File lib/bitbuckit.rb, line 7 def client return @client if defined?(@client) @client = Bitbuckit::Client.new end