Method: JSS::Policy#printer_ids
- Defined in:
- lib/jss-api/api_object/policy.rb
#printer_ids ⇒ Array
Returns 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 |