Method: JSS::Computer#static_groups
- Defined in:
- lib/jss/api_object/computer.rb
#static_groups(only: nil) ⇒ Object
A shortcut for ‘management_data subset: :static_groups’
959 960 961 |
# File 'lib/jss/api_object/computer.rb', line 959 def static_groups(only: nil) management_data subset: :static_groups, only: only end |