Class: SearchTypeahead::Configuration
- Inherits:
-
Common::Client::Configuration::REST
- Object
- Common::Client::Configuration::Base
- Common::Client::Configuration::REST
- SearchTypeahead::Configuration
- Defined in:
- lib/search_typeahead/configuration.rb
Instance Attribute Summary
Attributes inherited from Common::Client::Configuration::Base
#base_request_headers, #open_timeout, #read_timeout, #request_types, #user_agent
Instance Method Summary collapse
Methods inherited from Common::Client::Configuration::Base
#breakers_error_threshold, #breakers_exception_handler, #breakers_matcher, #breakers_service, #create_new_breakers_service, #current_module, #request_options, #service_exception
Instance Method Details
#base_path ⇒ Object
7 8 9 |
# File 'lib/search_typeahead/configuration.rb', line 7 def base_path "#{Settings.search_typeahead.url}/suggestions" end |
#service_name ⇒ Object
11 12 13 |
# File 'lib/search_typeahead/configuration.rb', line 11 def service_name 'SearchTypeahead' end |