Class: AdWords::V201003::CampaignService::CampaignSelector

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

Overview

CampaignSelector

  • ids - SOAP::SOAPLong

  • campaignStatuses - AdWords::V201003::CampaignService::CampaignStatus

  • statsSelector - AdWords::V201003::CampaignService::StatsSelector

  • paging - AdWords::V201003::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.



1246
1247
1248
1249
1250
1251
# File 'lib/adwords4r/v201003/CampaignService.rb', line 1246

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.



1242
1243
1244
# File 'lib/adwords4r/v201003/CampaignService.rb', line 1242

def campaignStatuses
  @campaignStatuses
end

#idsObject

Returns the value of attribute ids.



1241
1242
1243
# File 'lib/adwords4r/v201003/CampaignService.rb', line 1241

def ids
  @ids
end

#pagingObject

Returns the value of attribute paging.



1244
1245
1246
# File 'lib/adwords4r/v201003/CampaignService.rb', line 1244

def paging
  @paging
end

#statsSelectorObject

Returns the value of attribute statsSelector.



1243
1244
1245
# File 'lib/adwords4r/v201003/CampaignService.rb', line 1243

def statsSelector
  @statsSelector
end