Method: JSS::Extendable#extension_attributes

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

#extension_attributesArray<Hash> (readonly)

Returns The extension attribute values for the object.

Returns:

  • (Array<Hash>)

    The extension attribute values for the object



96
97
98
# File 'lib/jss-api/api_object/extendable.rb', line 96

def extension_attributes
  @extension_attributes
end