Class: AdWords::V201003::AdGroupService::AdGroupSelector

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

Overview

AdGroupSelector

  • campaignIds - SOAP::SOAPLong

  • adGroupIds - SOAP::SOAPLong

  • statsSelector - AdWords::V201003::AdGroupService::StatsSelector

  • paging - AdWords::V201003::AdGroupService::Paging

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of AdGroupSelector.



946
947
948
949
950
951
# File 'lib/adwords4r/v201003/AdGroupService.rb', line 946

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

Instance Attribute Details

#adGroupIdsObject

Returns the value of attribute adGroupIds.



942
943
944
# File 'lib/adwords4r/v201003/AdGroupService.rb', line 942

def adGroupIds
  @adGroupIds
end

#campaignIdsObject

Returns the value of attribute campaignIds.



941
942
943
# File 'lib/adwords4r/v201003/AdGroupService.rb', line 941

def campaignIds
  @campaignIds
end

#pagingObject

Returns the value of attribute paging.



944
945
946
# File 'lib/adwords4r/v201003/AdGroupService.rb', line 944

def paging
  @paging
end

#statsSelectorObject

Returns the value of attribute statsSelector.



943
944
945
# File 'lib/adwords4r/v201003/AdGroupService.rb', line 943

def statsSelector
  @statsSelector
end