class Pronto::Bitbucket

def client

def client
  @client ||= BitbucketClient.new(@config.bitbucket_username,
                                  @config.bitbucket_password)
end