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



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

def extension_attributes
  @extension_attributes
end