Class: Parse::Embeddings::Configuration
- Inherits:
-
Object
- Object
- Parse::Embeddings::Configuration
- Defined in:
- lib/parse/embeddings.rb
Overview
Configuration container yielded to configure.
Instance Attribute Summary collapse
-
#providers ⇒ ProviderRegistry
readonly
Type-checked provider registry.
Instance Method Summary collapse
-
#initialize ⇒ Configuration
constructor
A new instance of Configuration.
Constructor Details
#initialize ⇒ Configuration
Returns a new instance of Configuration.
108 109 110 |
# File 'lib/parse/embeddings.rb', line 108 def initialize @providers = ProviderRegistry.new end |
Instance Attribute Details
#providers ⇒ ProviderRegistry (readonly)
Returns type-checked provider registry.
106 107 108 |
# File 'lib/parse/embeddings.rb', line 106 def providers @providers end |