Sha256: 76926cd549d875aa432a113c7019586b181acc95aef6c796c7e6207fc891519a

Contents?: true

Size: 309 Bytes

Versions: 3

Compression:

Stored size: 309 Bytes

Contents

module Reshape
  class Client
    module Printers
      
      def printers(options={}, raw=false)
        get("/printers/#{api_version}", options, raw)
      end
      
      def printer(id, options={}, raw=false)
        get("/printers/#{id}/#{api_version}", options, raw)
      end
      
    end
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
reshape-0.2 lib/reshape/client/printers.rb
reshape-0.1.1 lib/reshape/client/printers.rb
reshape-0.1 lib/reshape/client/printers.rb