Class: AdWords::V201003::TargetingIdeaService::Paging

Inherits:
Object
  • Object
show all
Defined in:
lib/adwords4r/v201003/TargetingIdeaService.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.



54
55
56
57
# File 'lib/adwords4r/v201003/TargetingIdeaService.rb', line 54

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

Instance Attribute Details

#numberResultsObject

Returns the value of attribute numberResults.



52
53
54
# File 'lib/adwords4r/v201003/TargetingIdeaService.rb', line 52

def numberResults
  @numberResults
end

#startIndexObject

Returns the value of attribute startIndex.



51
52
53
# File 'lib/adwords4r/v201003/TargetingIdeaService.rb', line 51

def startIndex
  @startIndex
end