class Quickbooks::Service::Estimate
def pdf(estimate)
def pdf(estimate) url = "#{url_for_resource(model::REST_RESOURCE)}/#{estimate.id}/pdf" response = do_http_raw_get(url, {}, {'Accept' => 'application/pdf'}) response.plain_body end
def pdf(estimate) url = "#{url_for_resource(model::REST_RESOURCE)}/#{estimate.id}/pdf" response = do_http_raw_get(url, {}, {'Accept' => 'application/pdf'}) response.plain_body end