Class: BingSearchClient::Configuration
- Inherits:
-
Object
- Object
- BingSearchClient::Configuration
- Defined in:
- lib/bing_search_client.rb
Overview
Container for configuration parameters
Constant Summary collapse
- BASE_URL =
"https://api.cognitive.microsoft.com/bing/v5.0".freeze
Instance Attribute Summary collapse
-
#account_key ⇒ Object
Returns the value of attribute account_key.
-
#base_url ⇒ Object
Returns the value of attribute base_url.
Instance Attribute Details
#account_key ⇒ Object
Returns the value of attribute account_key.
44 45 46 |
# File 'lib/bing_search_client.rb', line 44 def account_key @account_key end |
#base_url ⇒ Object
Returns the value of attribute base_url.
44 45 46 |
# File 'lib/bing_search_client.rb', line 44 def base_url @base_url end |