Class: Ecfr::SearchService::Base
- Defined in:
- lib/ecfr/search_service/base.rb
Direct Known Subclasses
ApiDocumentation, ContentVersion, ContentVersion::Count, FacetBase, Status
Constant Summary
Constants inherited from Base
Base::SUPPORTED_ARRAY_ACCESSORS
Instance Attribute Summary
Attributes inherited from Base
#metadata, #request_data, #response_status, #results
Class Method Summary collapse
Methods inherited from Base
basic_auth_client_options, #each, #initialize, metadata, metadata_key, result_key
Methods included from Extensible
Methods included from AttributeMethodDefinition
Methods inherited from Client
build, cache_key, client, client_pool, delete, execute, get, handle_response, perform, post, purge
Methods included from ParallelClient
Constructor Details
This class inherits a constructor from Ecfr::Base
Class Method Details
.base_url ⇒ Object
12 13 14 |
# File 'lib/ecfr/search_service/base.rb', line 12 def self.base_url Ecfr.config.search_service_url || Ecfr.config.base_url end |
.service_name ⇒ Object
20 21 22 |
# File 'lib/ecfr/search_service/base.rb', line 20 def self.service_name "Search Service" end |