Method: JSS::ManagementHistory#installed_ebooks
- Defined in:
- lib/jss/api_object/management_history.rb
#installed_ebooks ⇒ Object Also known as: installed_managed_ebooks
shortcut for ebook_history where status = :installed
868 869 870 |
# File 'lib/jss/api_object/management_history.rb', line 868 def installed_ebooks self.class.installed_ebooks(@id, api: @api) end |