Method: Jamf::ManagementHistory#installed_ebooks
- Defined in:
- lib/jamf/api/classic/api_objects/management_history.rb
#installed_ebooks ⇒ Object Also known as: installed_managed_ebooks
shortcut for ebook_history where status = :installed
919 920 921 |
# File 'lib/jamf/api/classic/api_objects/management_history.rb', line 919 def installed_ebooks self.class.installed_ebooks(@id, cnx: @cnx) end |