Class: Etapper::API::PagedJournalEntriesRequest

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

Overview

etapestryAPI/servicePagedJournalEntriesRequest

clearCache - SOAP::SOAPBoolean
count - SOAP::SOAPInt
start - SOAP::SOAPInt
accountRef - SOAP::SOAPString
baseQuery - SOAP::SOAPString
endDate - SOAP::SOAPDateTime
startDate - SOAP::SOAPDateTime
types - Etapper::API::ArrayOfint

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(clearCache = nil, count = nil, start = nil, accountRef = nil, baseQuery = nil, endDate = nil, startDate = nil, types = nil) ⇒ PagedJournalEntriesRequest

Returns a new instance of PagedJournalEntriesRequest.



2384
2385
2386
2387
2388
2389
2390
2391
2392
2393
# File 'lib/etapper/api/service.rb', line 2384

def initialize(clearCache = nil, count = nil, start = nil, accountRef = nil, baseQuery = nil, endDate = nil, startDate = nil, types = nil)
  @clearCache = clearCache
  @count = count
  @start = start
  @accountRef = accountRef
  @baseQuery = baseQuery
  @endDate = endDate
  @startDate = startDate
  @types = types
end

Instance Attribute Details

#accountRefObject

Returns the value of attribute accountRef.



2378
2379
2380
# File 'lib/etapper/api/service.rb', line 2378

def accountRef
  @accountRef
end

#baseQueryObject

Returns the value of attribute baseQuery.



2379
2380
2381
# File 'lib/etapper/api/service.rb', line 2379

def baseQuery
  @baseQuery
end

#clearCacheObject

Returns the value of attribute clearCache.



2375
2376
2377
# File 'lib/etapper/api/service.rb', line 2375

def clearCache
  @clearCache
end

#countObject

Returns the value of attribute count.



2376
2377
2378
# File 'lib/etapper/api/service.rb', line 2376

def count
  @count
end

#endDateObject

Returns the value of attribute endDate.



2380
2381
2382
# File 'lib/etapper/api/service.rb', line 2380

def endDate
  @endDate
end

#startObject

Returns the value of attribute start.



2377
2378
2379
# File 'lib/etapper/api/service.rb', line 2377

def start
  @start
end

#startDateObject

Returns the value of attribute startDate.



2381
2382
2383
# File 'lib/etapper/api/service.rb', line 2381

def startDate
  @startDate
end

#typesObject

Returns the value of attribute types.



2382
2383
2384
# File 'lib/etapper/api/service.rb', line 2382

def types
  @types
end