Class: ZUORA::QueryMore

Inherits:
Object
  • Object
show all
Defined in:
lib/zuora/ZUORA.rb

Overview

/queryMore

queryLocator - SOAP::SOAPString

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(queryLocator = nil) ⇒ QueryMore

Returns a new instance of QueryMore.



1469
1470
1471
# File 'lib/zuora/ZUORA.rb', line 1469

def initialize(queryLocator = nil)
  @queryLocator = queryLocator
end

Instance Attribute Details

#queryLocatorObject

Returns the value of attribute queryLocator.



1467
1468
1469
# File 'lib/zuora/ZUORA.rb', line 1467

def queryLocator
  @queryLocator
end