Class: AdWords::V200909::AdGroupService::AdGroupSelector

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

Overview

AdGroupSelector

  • campaignId - SOAP::SOAPLong

  • adGroupIds - SOAP::SOAPLong

  • statsSelector - AdWords::V200909::AdGroupService::StatsSelector

  • paging - AdWords::V200909::AdGroupService::Paging

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of AdGroupSelector.



809
810
811
812
813
814
# File 'lib/adwords4r/v200909/AdGroupService.rb', line 809

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

Instance Attribute Details

#adGroupIdsObject

Returns the value of attribute adGroupIds.



805
806
807
# File 'lib/adwords4r/v200909/AdGroupService.rb', line 805

def adGroupIds
  @adGroupIds
end

#campaignIdObject

Returns the value of attribute campaignId.



804
805
806
# File 'lib/adwords4r/v200909/AdGroupService.rb', line 804

def campaignId
  @campaignId
end

#pagingObject

Returns the value of attribute paging.



807
808
809
# File 'lib/adwords4r/v200909/AdGroupService.rb', line 807

def paging
  @paging
end

#statsSelectorObject

Returns the value of attribute statsSelector.



806
807
808
# File 'lib/adwords4r/v200909/AdGroupService.rb', line 806

def statsSelector
  @statsSelector
end