Method: Jamf::ManagementHistory#failed_ebooks

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

#failed_ebooksObject Also known as: failed_managed_ebooks

shortcut for ebook_history where status = :failed

See Also:

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


928
929
930
# File 'lib/jamf/api/classic/api_objects/management_history.rb', line 928

def failed_ebooks
  self.class.failed_ebooks(@id, cnx: @cnx)
end