Class: Etapper::API::PagedDefinedFieldsResponse

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

Overview

etapestryAPI/servicePagedDefinedFieldsResponse

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) ⇒ PagedDefinedFieldsResponse

Returns a new instance of PagedDefinedFieldsResponse.



1437
1438
1439
1440
1441
1442
1443
1444
# File 'lib/etapper/api/service.rb', line 1437

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.



1430
1431
1432
# File 'lib/etapper/api/service.rb', line 1430

def count
  @count
end

#dataObject

Returns the value of attribute data.



1431
1432
1433
# File 'lib/etapper/api/service.rb', line 1431

def data
  @data
end

#pagesObject

Returns the value of attribute pages.



1432
1433
1434
# File 'lib/etapper/api/service.rb', line 1432

def pages
  @pages
end

#startObject

Returns the value of attribute start.



1433
1434
1435
# File 'lib/etapper/api/service.rb', line 1433

def start
  @start
end

#totalObject

Returns the value of attribute total.



1434
1435
1436
# File 'lib/etapper/api/service.rb', line 1434

def total
  @total
end

#usedCacheObject

Returns the value of attribute usedCache.



1435
1436
1437
# File 'lib/etapper/api/service.rb', line 1435

def usedCache
  @usedCache
end