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
910 911 912 |
# File 'lib/jamf/api/classic/api_objects/management_history.rb', line 910 def installed_ebooks self.class.installed_ebooks(@id, cnx: @cnx) end |