Method: Scimitar::Resources::Base.complex_scim_attributes
- Defined in:
- app/models/scimitar/resources/base.rb
.complex_scim_attributes ⇒ Object
145 146 147 |
# File 'app/models/scimitar/resources/base.rb', line 145 def self.complex_scim_attributes schemas.flat_map(&:scim_attributes).select(&:complexType).group_by(&:name) end |