Class: DfpApi::V201311::ReconciliationReportRowService::ReconciliationReportRowService

Inherits:
AdsCommon::SavonService
  • Object
show all
Defined in:
lib/dfp_api/v201311/reconciliation_report_row_service.rb

Instance Method Summary collapse

Constructor Details

#initialize(config, endpoint) ⇒ ReconciliationReportRowService

Returns a new instance of ReconciliationReportRowService.



15
16
17
18
# File 'lib/dfp_api/v201311/reconciliation_report_row_service.rb', line 15

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

Instance Method Details

#get_reconciliation_report_rows_by_statement(*args, &block) ⇒ Object



20
21
22
# File 'lib/dfp_api/v201311/reconciliation_report_row_service.rb', line 20

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

#update_reconciliation_report_rows(*args, &block) ⇒ Object



24
25
26
# File 'lib/dfp_api/v201311/reconciliation_report_row_service.rb', line 24

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