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