Class: Etapper::API::PagedJournalEntriesResponse

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

Overview

etapestryAPI/servicePagedJournalEntriesResponse

count - SOAP::SOAPInt
data - Etapper::API::Collection
pages - SOAP::SOAPInt
start - SOAP::SOAPInt
total - SOAP::SOAPInt
usedCache - SOAP::SOAPBoolean

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(count = nil, data = nil, pages = nil, start = nil, total = nil, usedCache = nil) ⇒ PagedJournalEntriesResponse

Returns a new instance of PagedJournalEntriesResponse.



1462
1463
1464
1465
1466
1467
1468
1469
# File 'lib/etapper/api/service.rb', line 1462

def initialize(count = nil, data = nil, pages = nil, start = nil, total = nil, usedCache = nil)
  @count = count
  @data = data
  @pages = pages
  @start = start
  @total = total
  @usedCache = usedCache
end

Instance Attribute Details

#countObject

Returns the value of attribute count.



1455
1456
1457
# File 'lib/etapper/api/service.rb', line 1455

def count
  @count
end

#dataObject

Returns the value of attribute data.



1456
1457
1458
# File 'lib/etapper/api/service.rb', line 1456

def data
  @data
end

#pagesObject

Returns the value of attribute pages.



1457
1458
1459
# File 'lib/etapper/api/service.rb', line 1457

def pages
  @pages
end

#startObject

Returns the value of attribute start.



1458
1459
1460
# File 'lib/etapper/api/service.rb', line 1458

def start
  @start
end

#totalObject

Returns the value of attribute total.



1459
1460
1461
# File 'lib/etapper/api/service.rb', line 1459

def total
  @total
end

#usedCacheObject

Returns the value of attribute usedCache.



1460
1461
1462
# File 'lib/etapper/api/service.rb', line 1460

def usedCache
  @usedCache
end