Returns all macbookpros in the jss.
Returns:
all macbookpros in the jss
371 372 373
# File 'lib/jss/api_object/computer.rb', line 371 def self.all_macbookpros(refresh = false, api: JSS.api) all(refresh, api: api).select { |d| d[:model] =~ /^macbookpro\d/i } end