Class: Etapper::API::PagedExistingQueryResultsRequest

Inherits:
Object
  • Object
show all
Defined in:
lib/etapper/api/service.rb

Overview

etapestryAPI/servicePagedExistingQueryResultsRequest

clearCache - SOAP::SOAPBoolean
count - SOAP::SOAPInt
start - SOAP::SOAPInt
accountType - SOAP::SOAPInt
query - SOAP::SOAPString
sortOptions - Etapper::API::ArrayOfSortOption

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(clearCache = nil, count = nil, start = nil, accountType = nil, query = nil, sortOptions = nil) ⇒ PagedExistingQueryResultsRequest

Returns a new instance of PagedExistingQueryResultsRequest.



2355
2356
2357
2358
2359
2360
2361
2362
# File 'lib/etapper/api/service.rb', line 2355

def initialize(clearCache = nil, count = nil, start = nil, accountType = nil, query = nil, sortOptions = nil)
  @clearCache = clearCache
  @count = count
  @start = start
  @accountType = accountType
  @query = query
  @sortOptions = sortOptions
end

Instance Attribute Details

#accountTypeObject

Returns the value of attribute accountType.



2351
2352
2353
# File 'lib/etapper/api/service.rb', line 2351

def accountType
  @accountType
end

#clearCacheObject

Returns the value of attribute clearCache.



2348
2349
2350
# File 'lib/etapper/api/service.rb', line 2348

def clearCache
  @clearCache
end

#countObject

Returns the value of attribute count.



2349
2350
2351
# File 'lib/etapper/api/service.rb', line 2349

def count
  @count
end

#queryObject

Returns the value of attribute query.



2352
2353
2354
# File 'lib/etapper/api/service.rb', line 2352

def query
  @query
end

#sortOptionsObject

Returns the value of attribute sortOptions.



2353
2354
2355
# File 'lib/etapper/api/service.rb', line 2353

def sortOptions
  @sortOptions
end

#startObject

Returns the value of attribute start.



2350
2351
2352
# File 'lib/etapper/api/service.rb', line 2350

def start
  @start
end