Method: Jamf::OAPIObject#mutable?

Defined in:
lib/jamf/api/jamf_pro/base_classes/oapi_object.rb

#mutable?Boolean

Are objects of this class mutable?

Returns:

  • (Boolean)

See Also:

  • class method in OAPIObject


376
377
378
# File 'lib/jamf/api/jamf_pro/base_classes/oapi_object.rb', line 376

def mutable?
  self.class.mutable?
end