class Pronto::BitbucketServer
def client
def client @client ||= BitbucketServerClient.new(@config.bitbucket_username, @config.bitbucket_password, @config.bitbucket_api_endpoint) end
def client @client ||= BitbucketServerClient.new(@config.bitbucket_username, @config.bitbucket_password, @config.bitbucket_api_endpoint) end