Method: JSS::Computer#smart_groups

Defined in:
lib/jss/api_object/computer.rb

#smart_groups(only: nil) ⇒ Object

A shortcut for ‘management_data subset: :smart_groups’



953
954
955
# File 'lib/jss/api_object/computer.rb', line 953

def smart_groups(only: nil)
  management_data subset: :smart_groups, only: only
end