class Quickbooks::Service::BaseService

def url_for_base

def url_for_base
  raise MissingRealmError.new unless @company_id
  "#{@base_uri}/#{@company_id}"
end