Sha256: 8a3428ad10608abc866b8bf73711eb5f187b8f13e708de477ced7bb3b1193f08

Contents?: true

Size: 236 Bytes

Versions: 16

Compression:

Stored size: 236 Bytes

Contents

module Schemas
  class Descriptors < SimpleCache
    include Singleton

    def new_object(role)
      raise "Role '#{role}' not configured" unless Role.configured_connections.include?(role)
      Descriptor.new(role)
    end
  end
end

Version data entries

16 entries across 16 versions & 1 rubygems

Version Path
aleph_analytics-0.4.9.pre.dev lib/schemas/descriptors.rb
aleph_analytics-0.4.8 lib/schemas/descriptors.rb
aleph_analytics-0.4.7 lib/schemas/descriptors.rb
aleph_analytics-0.4.4 lib/schemas/descriptors.rb
aleph_analytics-0.4.2 lib/schemas/descriptors.rb
aleph_analytics-0.4.1 lib/schemas/descriptors.rb
aleph_analytics-0.3.0 lib/schemas/descriptors.rb
aleph_analytics-0.2.0 lib/schemas/descriptors.rb
aleph_analytics-0.1.0 lib/schemas/descriptors.rb
aleph_analytics-0.0.6 lib/schemas/descriptors.rb
aleph_analytics-0.0.5 lib/schemas/descriptors.rb
aleph_analytics-0.0.4 lib/schemas/descriptors.rb
aleph_analytics-0.0.3 lib/schemas/descriptors.rb
aleph_analytics-0.0.2 lib/schemas/descriptors.rb
aleph_analytics-0.0.1.alpha lib/schemas/descriptors.rb
aleph_analytics-0.0.0.alpha lib/schemas/descriptors.rb