Class: Etapper::API::PagedJournalEntriesRequest
- Inherits:
-
Object
- Object
- Etapper::API::PagedJournalEntriesRequest
- Defined in:
- lib/etapper/api/service.rb
Overview
Instance Attribute Summary collapse
-
#accountRef ⇒ Object
Returns the value of attribute accountRef.
-
#baseQuery ⇒ Object
Returns the value of attribute baseQuery.
-
#clearCache ⇒ Object
Returns the value of attribute clearCache.
-
#count ⇒ Object
Returns the value of attribute count.
-
#endDate ⇒ Object
Returns the value of attribute endDate.
-
#start ⇒ Object
Returns the value of attribute start.
-
#startDate ⇒ Object
Returns the value of attribute startDate.
-
#types ⇒ Object
Returns the value of attribute types.
Instance Method Summary collapse
-
#initialize(clearCache = nil, count = nil, start = nil, accountRef = nil, baseQuery = nil, endDate = nil, startDate = nil, types = nil) ⇒ PagedJournalEntriesRequest
constructor
A new instance of PagedJournalEntriesRequest.
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
#accountRef ⇒ Object
Returns the value of attribute accountRef.
2378 2379 2380 |
# File 'lib/etapper/api/service.rb', line 2378 def accountRef @accountRef end |
#baseQuery ⇒ Object
Returns the value of attribute baseQuery.
2379 2380 2381 |
# File 'lib/etapper/api/service.rb', line 2379 def baseQuery @baseQuery end |
#clearCache ⇒ Object
Returns the value of attribute clearCache.
2375 2376 2377 |
# File 'lib/etapper/api/service.rb', line 2375 def clearCache @clearCache end |
#count ⇒ Object
Returns the value of attribute count.
2376 2377 2378 |
# File 'lib/etapper/api/service.rb', line 2376 def count @count end |
#endDate ⇒ Object
Returns the value of attribute endDate.
2380 2381 2382 |
# File 'lib/etapper/api/service.rb', line 2380 def endDate @endDate end |
#start ⇒ Object
Returns the value of attribute start.
2377 2378 2379 |
# File 'lib/etapper/api/service.rb', line 2377 def start @start end |
#startDate ⇒ Object
Returns the value of attribute startDate.
2381 2382 2383 |
# File 'lib/etapper/api/service.rb', line 2381 def startDate @startDate end |
#types ⇒ Object
Returns the value of attribute types.
2382 2383 2384 |
# File 'lib/etapper/api/service.rb', line 2382 def types @types end |