Method: Jamf::ComputerRecoveryLock#inventory_data

Defined in:
lib/jamf/api/jamf_pro/mixins/computer_recovery_lock.rb

#inventory_data(section: 'GENERAL') ⇒ Object

Get the JPAPI inventory data for this computer, either by section or all sections.



134
135
136
# File 'lib/jamf/api/jamf_pro/mixins/computer_recovery_lock.rb', line 134

def inventory_data(section: 'GENERAL')
  self.class.inventory_data @id, section: section, cnx: @cnx
end