Method: Jamf::Categorizable#category_name

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

#category_nameString Also known as: category

The name of the category for this object. For backward compatibility, this is aliased to just ‘category’

Returns:

  • (String)

    The name of the category for this object.



93
94
95
# File 'lib/jamf/api/classic/api_objects/categorizable.rb', line 93

def category_name
  @category_name
end