Class: Scimitar::Resources::User
- Defined in:
- app/models/scimitar/resources/user.rb
Instance Attribute Summary
Attributes inherited from Base
#errors, #externalId, #id, #meta
Class Method Summary collapse
Methods inherited from Base
all_attributes, #as_json, complex_scim_attributes, #complex_type_from_hash, #constantize_complex_types, extend_schema, extended_schemas, find_attribute, #flatten_extension_attributes, #initialize, resource_type, resource_type_id, schemas, #validate_resource
Methods included from Errors
Constructor Details
This class inherits a constructor from Scimitar::Resources::Base
Class Method Details
.endpoint ⇒ Object
7 8 9 |
# File 'app/models/scimitar/resources/user.rb', line 7 def self.endpoint '/Users' end |