Class: Etapper::API::PagedDefinedFieldsResponse
- Inherits:
-
Object
- Object
- Etapper::API::PagedDefinedFieldsResponse
- Defined in:
- lib/etapper/api/service.rb
Overview
Instance Attribute Summary collapse
-
#count ⇒ Object
Returns the value of attribute count.
-
#data ⇒ Object
Returns the value of attribute data.
-
#pages ⇒ Object
Returns the value of attribute pages.
-
#start ⇒ Object
Returns the value of attribute start.
-
#total ⇒ Object
Returns the value of attribute total.
-
#usedCache ⇒ Object
Returns the value of attribute usedCache.
Instance Method Summary collapse
-
#initialize(count = nil, data = nil, pages = nil, start = nil, total = nil, usedCache = nil) ⇒ PagedDefinedFieldsResponse
constructor
A new instance of PagedDefinedFieldsResponse.
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
#count ⇒ Object
Returns the value of attribute count.
1430 1431 1432 |
# File 'lib/etapper/api/service.rb', line 1430 def count @count end |
#data ⇒ Object
Returns the value of attribute data.
1431 1432 1433 |
# File 'lib/etapper/api/service.rb', line 1431 def data @data end |
#pages ⇒ Object
Returns the value of attribute pages.
1432 1433 1434 |
# File 'lib/etapper/api/service.rb', line 1432 def pages @pages end |
#start ⇒ Object
Returns the value of attribute start.
1433 1434 1435 |
# File 'lib/etapper/api/service.rb', line 1433 def start @start end |
#total ⇒ Object
Returns the value of attribute total.
1434 1435 1436 |
# File 'lib/etapper/api/service.rb', line 1434 def total @total end |
#usedCache ⇒ Object
Returns the value of attribute usedCache.
1435 1436 1437 |
# File 'lib/etapper/api/service.rb', line 1435 def usedCache @usedCache end |