Method: JSS::Policy#printer_ids

Defined in:
lib/jss-api/api_object/policy.rb

#printer_idsArray

Returns the id’s of the printers handled by the policy.

Returns:

  • (Array)

    the id’s of the printers handled by the policy



838
# File 'lib/jss-api/api_object/policy.rb', line 838

def printer_ids; @printers.map{|p| p[:id]} ; end