84 85 86 87 88 89 90
# File 'lib/jamf/api/classic/api_objects/extendable.rb', line 84 def ea_types return @ea_types if @ea_types @ea_types = {} extension_attributes.each { |ea| @ea_types[ea[:name]] = ea[:type] } @ea_types end