Method: JSS::OSXConfigurationProfile#level

Defined in:
lib/jss-api/api_object/osx_configuration_profile.rb

#levelString

Returns the level (user/computer) of this profile.

Returns:

  • (String)

    the level (user/computer) of this profile



111
112
113
# File 'lib/jss-api/api_object/osx_configuration_profile.rb', line 111

def level
  @level
end