Class: DfpApi::V201308::ContactService::ContactService

Inherits:
AdsCommon::SavonService
  • Object
show all
Defined in:
lib/dfp_api/v201308/contact_service.rb

Instance Method Summary collapse

Constructor Details

#initialize(config, endpoint) ⇒ ContactService

Returns a new instance of ContactService.



15
16
17
18
# File 'lib/dfp_api/v201308/contact_service.rb', line 15

def initialize(config, endpoint)
  namespace = 'https://www.google.com/apis/ads/publisher/v201308'
  super(config, endpoint, namespace, :v201308)
end

Instance Method Details

#create_contact(*args, &block) ⇒ Object



20
21
22
# File 'lib/dfp_api/v201308/contact_service.rb', line 20

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

#create_contacts(*args, &block) ⇒ Object



24
25
26
# File 'lib/dfp_api/v201308/contact_service.rb', line 24

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

#get_contact(*args, &block) ⇒ Object



28
29
30
# File 'lib/dfp_api/v201308/contact_service.rb', line 28

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

#get_contacts_by_statement(*args, &block) ⇒ Object



32
33
34
# File 'lib/dfp_api/v201308/contact_service.rb', line 32

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

#update_contact(*args, &block) ⇒ Object



36
37
38
# File 'lib/dfp_api/v201308/contact_service.rb', line 36

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

#update_contacts(*args, &block) ⇒ Object



40
41
42
# File 'lib/dfp_api/v201308/contact_service.rb', line 40

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