Class: AdwordsApi::V201806::TrafficEstimatorService::TrafficEstimatorService

Inherits:
AdsCommon::SavonService
  • Object
show all
Defined in:
lib/adwords_api/v201806/traffic_estimator_service.rb

Instance Method Summary collapse

Constructor Details

#initialize(config, endpoint) ⇒ TrafficEstimatorService

Returns a new instance of TrafficEstimatorService.



15
16
17
18
# File 'lib/adwords_api/v201806/traffic_estimator_service.rb', line 15

def initialize(config, endpoint)
  namespace = 'https://adwords.google.com/api/adwords/o/v201806'
  super(config, endpoint, namespace, :v201806)
end

Instance Method Details

#get(*args, &block) ⇒ Object



20
21
22
# File 'lib/adwords_api/v201806/traffic_estimator_service.rb', line 20

def get(*args, &block)
  return execute_action('get', args, &block)
end

#get_to_xml(*args) ⇒ Object



24
25
26
# File 'lib/adwords_api/v201806/traffic_estimator_service.rb', line 24

def get_to_xml(*args)
  return get_soap_xml('get', args)
end