Method: JSS::Extendable#extension_attributes

Defined in:
lib/jss/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



73
74
75
# File 'lib/jss/api_object/extendable.rb', line 73

def extension_attributes
  @extension_attributes
end