class AdwordsApi::V201809::FeedItemTargetService::FeedItemTargetService
Public Class Methods
new(config, endpoint)
click to toggle source
Calls superclass method
# File lib/adwords_api/v201809/feed_item_target_service.rb, line 15 def initialize(config, endpoint) namespace = 'https://adwords.google.com/api/adwords/cm/v201809' super(config, endpoint, namespace, :v201809) end
Public Instance Methods
get(*args, &block)
click to toggle source
# File lib/adwords_api/v201809/feed_item_target_service.rb, line 20 def get(*args, &block) return execute_action('get', args, &block) end
get_to_xml(*args)
click to toggle source
# File lib/adwords_api/v201809/feed_item_target_service.rb, line 24 def get_to_xml(*args) return get_soap_xml('get', args) end
mutate(*args, &block)
click to toggle source
# File lib/adwords_api/v201809/feed_item_target_service.rb, line 28 def mutate(*args, &block) return execute_action('mutate', args, &block) end
mutate_to_xml(*args)
click to toggle source
# File lib/adwords_api/v201809/feed_item_target_service.rb, line 32 def mutate_to_xml(*args) return get_soap_xml('mutate', args) end
query(*args, &block)
click to toggle source
# File lib/adwords_api/v201809/feed_item_target_service.rb, line 36 def query(*args, &block) return execute_action('query', args, &block) end
query_to_xml(*args)
click to toggle source
# File lib/adwords_api/v201809/feed_item_target_service.rb, line 40 def query_to_xml(*args) return get_soap_xml('query', args) end
Private Instance Methods
get_module()
click to toggle source
# File lib/adwords_api/v201809/feed_item_target_service.rb, line 50 def get_module() return AdwordsApi::V201809::FeedItemTargetService end
get_service_registry()
click to toggle source
# File lib/adwords_api/v201809/feed_item_target_service.rb, line 46 def get_service_registry() return FeedItemTargetServiceRegistry end