Class: AdWords::V200909::CampaignAdExtensionService::Paging

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

Overview

Paging

  • startIndex - SOAP::SOAPInt

  • numberResults - SOAP::SOAPInt

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(startIndex = nil, numberResults = nil) ⇒ Paging

Returns a new instance of Paging.



67
68
69
70
# File 'lib/adwords4r/v200909/CampaignAdExtensionService.rb', line 67

def initialize(startIndex = nil, numberResults = nil)
  @startIndex = startIndex
  @numberResults = numberResults
end

Instance Attribute Details

#numberResultsObject

Returns the value of attribute numberResults.



65
66
67
# File 'lib/adwords4r/v200909/CampaignAdExtensionService.rb', line 65

def numberResults
  @numberResults
end

#startIndexObject

Returns the value of attribute startIndex.



64
65
66
# File 'lib/adwords4r/v200909/CampaignAdExtensionService.rb', line 64

def startIndex
  @startIndex
end