Class: Blacklight::RuntimeRegistry
- Inherits:
-
Object
- Object
- Blacklight::RuntimeRegistry
- Extended by:
- ActiveSupport::PerThreadRegistry
- Defined in:
- lib/blacklight/runtime_registry.rb
Instance Attribute Summary collapse
-
#connection ⇒ Object
Returns the value of attribute connection.
-
#connection_config ⇒ Object
Returns the value of attribute connection_config.
Instance Attribute Details
#connection ⇒ Object
Returns the value of attribute connection.
7 8 9 |
# File 'lib/blacklight/runtime_registry.rb', line 7 def connection @connection end |
#connection_config ⇒ Object
Returns the value of attribute connection_config.
7 8 9 |
# File 'lib/blacklight/runtime_registry.rb', line 7 def connection_config @connection_config end |