Class: BingSearchClient::Configuration

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#account_keyObject

Returns the value of attribute account_key.



44
45
46
# File 'lib/bing_search_client.rb', line 44

def 
  @account_key
end

#base_urlObject

Returns the value of attribute base_url.



44
45
46
# File 'lib/bing_search_client.rb', line 44

def base_url
  @base_url
end