Class: ScimEngine::Resources::Group

Inherits:
Base
  • Object
show all
Defined in:
app/models/scim_engine/resources/group.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, #flatten_extension_attributes, #initialize, resource_type, resource_type_id, schemas, #validate_resource

Methods included from Errors

#add_errors_from_hash

Constructor Details

This class inherits a constructor from ScimEngine::Resources::Base

Class Method Details

.endpointObject



7
8
9
# File 'app/models/scim_engine/resources/group.rb', line 7

def self.endpoint
  "/Groups"
end