Class: Etapper::API::PagedCartElementsResponse
- Inherits:
-
Object
- Object
- Etapper::API::PagedCartElementsResponse
- 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) ⇒ PagedCartElementsResponse
constructor
A new instance of PagedCartElementsResponse.
Constructor Details
#initialize(count = nil, data = nil, pages = nil, start = nil, total = nil, usedCache = nil) ⇒ PagedCartElementsResponse
Returns a new instance of PagedCartElementsResponse.
1412 1413 1414 1415 1416 1417 1418 1419 |
# File 'lib/etapper/api/service.rb', line 1412 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.
1405 1406 1407 |
# File 'lib/etapper/api/service.rb', line 1405 def count @count end |
#data ⇒ Object
Returns the value of attribute data.
1406 1407 1408 |
# File 'lib/etapper/api/service.rb', line 1406 def data @data end |
#pages ⇒ Object
Returns the value of attribute pages.
1407 1408 1409 |
# File 'lib/etapper/api/service.rb', line 1407 def pages @pages end |
#start ⇒ Object
Returns the value of attribute start.
1408 1409 1410 |
# File 'lib/etapper/api/service.rb', line 1408 def start @start end |
#total ⇒ Object
Returns the value of attribute total.
1409 1410 1411 |
# File 'lib/etapper/api/service.rb', line 1409 def total @total end |
#usedCache ⇒ Object
Returns the value of attribute usedCache.
1410 1411 1412 |
# File 'lib/etapper/api/service.rb', line 1410 def usedCache @usedCache end |