Module: Soar::Registry::Identity

Defined in:
lib/soar/registry/identity.rb,
lib/soar/registry/identity/error.rb,
lib/soar/registry/identity/model.rb,
lib/soar/registry/identity/factory.rb,
lib/soar/registry/identity/test/orchestrator.rb,
lib/soar/registry/identity/provider/stub/uuid.rb,
lib/soar/registry/identity/provider/staff/uuid.rb,
lib/soar/registry/identity/provider/staff/email.rb,
lib/soar/registry/identity/provider/customer/uuid.rb,
lib/soar/registry/identity/provider/customer/email.rb,
lib/soar/registry/identity/provider/customer/client_number.rb,
lib/soar/registry/identity/test/orchestration_provider/stub/uuid.rb,
lib/soar/registry/identity/test/orchestration_provider/staff/uuid.rb,
lib/soar/registry/identity/test/orchestration_provider/customer/uuid.rb

Defined Under Namespace

Modules: Error, Provider, Test Classes: Factory, Model

Class Method Summary collapse

Class Method Details

.new(provider) ⇒ Object



6
7
8
# File 'lib/soar/registry/identity.rb', line 6

def self.new(provider)
  Soar::Registry::Identity::Model.new(provider)
end