Class: AdwordsApi::V201705::OfflineCallConversionFeedService::OfflineCallConversionFeedService

Inherits:
AdsCommon::SavonService
  • Object
show all
Defined in:
lib/adwords_api/v201705/offline_call_conversion_feed_service.rb

Instance Method Summary collapse

Constructor Details

#initialize(config, endpoint) ⇒ OfflineCallConversionFeedService

Returns a new instance of OfflineCallConversionFeedService.



15
16
17
18
# File 'lib/adwords_api/v201705/offline_call_conversion_feed_service.rb', line 15

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

Instance Method Details

#mutate(*args, &block) ⇒ Object



20
21
22
# File 'lib/adwords_api/v201705/offline_call_conversion_feed_service.rb', line 20

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

#mutate_to_xml(*args) ⇒ Object



24
25
26
# File 'lib/adwords_api/v201705/offline_call_conversion_feed_service.rb', line 24

def mutate_to_xml(*args)
  return get_soap_xml('mutate', args)
end