Module: Reshape::Client::Printers

Included in:
Reshape::Client
Defined in:
lib/reshape/client/printers.rb

Instance Method Summary collapse

Instance Method Details

#printer(id, options = {}, raw = false) ⇒ Object



9
10
11
# File 'lib/reshape/client/printers.rb', line 9

def printer(id, options={}, raw=false)
  get("/printers/#{id}/#{api_version}", options, raw)
end

#printers(options = {}, raw = false) ⇒ Object



5
6
7
# File 'lib/reshape/client/printers.rb', line 5

def printers(options={}, raw=false)
  get("/printers/#{api_version}", options, raw)
end