Class: AdwordsApi::V201008::CustomerSyncService::CustomerSyncSelector

Inherits:
Object
  • Object
show all
Defined in:
lib/adwords_api/v201008/CustomerSyncService.rb

Overview

CustomerSyncSelector

  • dateTimeRange - AdwordsApi::V201008::CustomerSyncService::DateTimeRange

  • campaignIds - SOAP::SOAPLong

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(dateTimeRange = nil, campaignIds = []) ⇒ CustomerSyncSelector

Returns a new instance of CustomerSyncSelector.



530
531
532
533
# File 'lib/adwords_api/v201008/CustomerSyncService.rb', line 530

def initialize(dateTimeRange = nil, campaignIds = [])
  @dateTimeRange = dateTimeRange
  @campaignIds = campaignIds
end

Instance Attribute Details

#campaignIdsObject

Returns the value of attribute campaignIds.



528
529
530
# File 'lib/adwords_api/v201008/CustomerSyncService.rb', line 528

def campaignIds
  @campaignIds
end

#dateTimeRangeObject

Returns the value of attribute dateTimeRange.



527
528
529
# File 'lib/adwords_api/v201008/CustomerSyncService.rb', line 527

def dateTimeRange
  @dateTimeRange
end