Method: Jamf::Categorizable#category_object
- Defined in:
- lib/jamf/api/classic/api_objects/categorizable.rb
#category_object ⇒ Jamf::Category
The Jamf::Category instance for this object’s category
110 111 112 113 |
# File 'lib/jamf/api/classic/api_objects/categorizable.rb', line 110 def category_object return nil unless category_assigned? Jamf::Category.fetch id: @category_id end |