Method: JSS::Categorizable#category_name
- Defined in:
- lib/jss/api_object/categorizable.rb
#category_name ⇒ String Also known as: category
The name of the category for this object. For backward compatibility, this is aliased to just ‘category’
93 94 95 |
# File 'lib/jss/api_object/categorizable.rb', line 93 def category_name @category_name end |