Method: JSS::Categorizable#category_name

Defined in:
lib/jss/api_object/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/jss/api_object/categorizable.rb', line 93

def category_name
  @category_name
end