Class: AdWords::V200909::CampaignService::CampaignSelector

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

Overview

CampaignSelector

  • ids - SOAP::SOAPLong

  • campaignStatuses - AdWords::V200909::CampaignService::CampaignStatus

  • statsSelector - AdWords::V200909::CampaignService::StatsSelector

  • paging - AdWords::V200909::CampaignService::Paging

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(ids = [], campaignStatuses = [], statsSelector = nil, paging = nil) ⇒ CampaignSelector

Returns a new instance of CampaignSelector.



1033
1034
1035
1036
1037
1038
# File 'lib/adwords4r/v200909/CampaignService.rb', line 1033

def initialize(ids = [], campaignStatuses = [], statsSelector = nil, paging = nil)
  @ids = ids
  @campaignStatuses = campaignStatuses
  @statsSelector = statsSelector
  @paging = paging
end

Instance Attribute Details

#campaignStatusesObject

Returns the value of attribute campaignStatuses.



1029
1030
1031
# File 'lib/adwords4r/v200909/CampaignService.rb', line 1029

def campaignStatuses
  @campaignStatuses
end

#idsObject

Returns the value of attribute ids.



1028
1029
1030
# File 'lib/adwords4r/v200909/CampaignService.rb', line 1028

def ids
  @ids
end

#pagingObject

Returns the value of attribute paging.



1031
1032
1033
# File 'lib/adwords4r/v200909/CampaignService.rb', line 1031

def paging
  @paging
end

#statsSelectorObject

Returns the value of attribute statsSelector.



1030
1031
1032
# File 'lib/adwords4r/v200909/CampaignService.rb', line 1030

def statsSelector
  @statsSelector
end