Module: LuluApi::Client::Calculations
- Included in:
- LuluApi::Client
- Defined in:
- lib/lulu_api/client/calculations.rb
Instance Method Summary collapse
Instance Method Details
#print_job_cost_calculations(body = {}) ⇒ Object
5 6 7 8 9 10 11 |
# File 'lib/lulu_api/client/calculations.rb', line 5 def print_job_cost_calculations(body = {}) LuluApi.logger.debug 'Lulu: Requesting Print Job Estimates' make_api_call do self.class.post("/print-job-cost-calculations", { body: body.to_json }) end end |