Method: Jamf::Computer#smart_groups

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

#smart_groups(only: nil) ⇒ Object

A shortcut for ‘management_data subset: :smart_groups’



1090
1091
1092
# File 'lib/jamf/api/classic/api_objects/computer.rb', line 1090

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