Method: Jamf::Categorizable#category_id

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

#category_idInteger

The id of the category for this object.

Returns:

  • (Integer)

    The id of the category for this object.



102
103
104
# File 'lib/jamf/api/classic/api_objects/categorizable.rb', line 102

def category_id
  @category_id
end