Method: JSS::Computer#printers

Defined in:
lib/jss/api_object/computer.rb

#printersArray<Hash>

Returns each printer on this computer Keys are :name, :uri, :type, :location.

Returns:

  • (Array<Hash>)

    each printer on this computer Keys are :name, :uri, :type, :location



914
915
916
# File 'lib/jss/api_object/computer.rb', line 914

def printers
  @hardware[:mapped_printers]
end