Class: AdWords::V200909::AdGroupAdService::AdGroupAdSelector

Inherits:
Object
  • Object
show all
Defined in:
lib/adwords4r/v200909/AdGroupAdService.rb

Overview

AdGroupAdSelector

  • campaignIds - SOAP::SOAPLong

  • adGroupIds - SOAP::SOAPLong

  • adIds - SOAP::SOAPLong

  • statsSelector - AdWords::V200909::AdGroupAdService::AdStatsSelector

  • paging - AdWords::V200909::AdGroupAdService::Paging

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of AdGroupAdSelector.



1631
1632
1633
1634
1635
1636
1637
# File 'lib/adwords4r/v200909/AdGroupAdService.rb', line 1631

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

Instance Attribute Details

#adGroupIdsObject

Returns the value of attribute adGroupIds.



1626
1627
1628
# File 'lib/adwords4r/v200909/AdGroupAdService.rb', line 1626

def adGroupIds
  @adGroupIds
end

#adIdsObject

Returns the value of attribute adIds.



1627
1628
1629
# File 'lib/adwords4r/v200909/AdGroupAdService.rb', line 1627

def adIds
  @adIds
end

#campaignIdsObject

Returns the value of attribute campaignIds.



1625
1626
1627
# File 'lib/adwords4r/v200909/AdGroupAdService.rb', line 1625

def campaignIds
  @campaignIds
end

#pagingObject

Returns the value of attribute paging.



1629
1630
1631
# File 'lib/adwords4r/v200909/AdGroupAdService.rb', line 1629

def paging
  @paging
end

#statsSelectorObject

Returns the value of attribute statsSelector.



1628
1629
1630
# File 'lib/adwords4r/v200909/AdGroupAdService.rb', line 1628

def statsSelector
  @statsSelector
end