Class: AdWords::V201008::AdGroupService::AdGroupSelector

Inherits:
Object
  • Object
show all
Defined in:
lib/adwords4r/v201008/AdGroupService.rb

Overview

AdGroupSelector

  • campaignIds - SOAP::SOAPLong

  • adGroupIds - SOAP::SOAPLong

  • experimentId - SOAP::SOAPLong

  • adGroupStatuses - AdWords::V201008::AdGroupService::AdGroupStatus

  • statsSelector - AdWords::V201008::AdGroupService::StatsSelector

  • paging - AdWords::V201008::AdGroupService::Paging

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(campaignIds = [], adGroupIds = [], experimentId = nil, adGroupStatuses = [], statsSelector = nil, paging = nil) ⇒ AdGroupSelector

Returns a new instance of AdGroupSelector.



1053
1054
1055
1056
1057
1058
1059
1060
# File 'lib/adwords4r/v201008/AdGroupService.rb', line 1053

def initialize(campaignIds = [], adGroupIds = [], experimentId = nil, adGroupStatuses = [], statsSelector = nil, paging = nil)
  @campaignIds = campaignIds
  @adGroupIds = adGroupIds
  @experimentId = experimentId
  @adGroupStatuses = adGroupStatuses
  @statsSelector = statsSelector
  @paging = paging
end

Instance Attribute Details

#adGroupIdsObject

Returns the value of attribute adGroupIds.



1047
1048
1049
# File 'lib/adwords4r/v201008/AdGroupService.rb', line 1047

def adGroupIds
  @adGroupIds
end

#adGroupStatusesObject

Returns the value of attribute adGroupStatuses.



1049
1050
1051
# File 'lib/adwords4r/v201008/AdGroupService.rb', line 1049

def adGroupStatuses
  @adGroupStatuses
end

#campaignIdsObject

Returns the value of attribute campaignIds.



1046
1047
1048
# File 'lib/adwords4r/v201008/AdGroupService.rb', line 1046

def campaignIds
  @campaignIds
end

#experimentIdObject

Returns the value of attribute experimentId.



1048
1049
1050
# File 'lib/adwords4r/v201008/AdGroupService.rb', line 1048

def experimentId
  @experimentId
end

#pagingObject

Returns the value of attribute paging.



1051
1052
1053
# File 'lib/adwords4r/v201008/AdGroupService.rb', line 1051

def paging
  @paging
end

#statsSelectorObject

Returns the value of attribute statsSelector.



1050
1051
1052
# File 'lib/adwords4r/v201008/AdGroupService.rb', line 1050

def statsSelector
  @statsSelector
end