Method: Jamf::ManagementHistory#installed_ebooks

Defined in:
lib/jamf/api/classic/api_objects/management_history.rb

#installed_ebooksObject Also known as: installed_managed_ebooks

shortcut for ebook_history where status = :installed

See Also:

  • matching method in {Jamf::ManagementHistory::ClassMethods}

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