Method: JSS::ManagementHistory#installed_ebooks

Defined in:
lib/jss/api_object/management_history.rb

#installed_ebooksObject Also known as: installed_managed_ebooks

shortcut for ebook_history where status = :installed

See Also:

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


868
869
870
# File 'lib/jss/api_object/management_history.rb', line 868

def installed_ebooks
  self.class.installed_ebooks(@id, api: @api)
end