Class: Etapper::API::PagedCartElementsRequest
- Inherits:
-
Object
- Object
- Etapper::API::PagedCartElementsRequest
- Defined in:
- lib/etapper/api/service.rb
Overview
etapestryAPI/servicePagedCartElementsRequest
clearCache - SOAP::SOAPBoolean
count - SOAP::SOAPInt
start - SOAP::SOAPInt
cartRef - SOAP::SOAPString
categoryRef - SOAP::SOAPString
elementTypeMask - SOAP::SOAPInt
includeDisabledItems - SOAP::SOAPBoolean
includeNoItemCategories - SOAP::SOAPBoolean
includeNonPublishableCategories - SOAP::SOAPBoolean
includeNonPublishableItems - SOAP::SOAPBoolean
Instance Attribute Summary collapse
-
#cartRef ⇒ Object
Returns the value of attribute cartRef.
-
#categoryRef ⇒ Object
Returns the value of attribute categoryRef.
-
#clearCache ⇒ Object
Returns the value of attribute clearCache.
-
#count ⇒ Object
Returns the value of attribute count.
-
#elementTypeMask ⇒ Object
Returns the value of attribute elementTypeMask.
-
#includeDisabledItems ⇒ Object
Returns the value of attribute includeDisabledItems.
-
#includeNoItemCategories ⇒ Object
Returns the value of attribute includeNoItemCategories.
-
#includeNonPublishableCategories ⇒ Object
Returns the value of attribute includeNonPublishableCategories.
-
#includeNonPublishableItems ⇒ Object
Returns the value of attribute includeNonPublishableItems.
-
#start ⇒ Object
Returns the value of attribute start.
Instance Method Summary collapse
-
#initialize(clearCache = nil, count = nil, start = nil, cartRef = nil, categoryRef = nil, elementTypeMask = nil, includeDisabledItems = nil, includeNoItemCategories = nil, includeNonPublishableCategories = nil, includeNonPublishableItems = nil) ⇒ PagedCartElementsRequest
constructor
A new instance of PagedCartElementsRequest.
Constructor Details
#initialize(clearCache = nil, count = nil, start = nil, cartRef = nil, categoryRef = nil, elementTypeMask = nil, includeDisabledItems = nil, includeNoItemCategories = nil, includeNonPublishableCategories = nil, includeNonPublishableItems = nil) ⇒ PagedCartElementsRequest
Returns a new instance of PagedCartElementsRequest.
1712 1713 1714 1715 1716 1717 1718 1719 1720 1721 1722 1723 |
# File 'lib/etapper/api/service.rb', line 1712 def initialize(clearCache = nil, count = nil, start = nil, cartRef = nil, categoryRef = nil, elementTypeMask = nil, includeDisabledItems = nil, includeNoItemCategories = nil, includeNonPublishableCategories = nil, includeNonPublishableItems = nil) @clearCache = clearCache @count = count @start = start @cartRef = cartRef @categoryRef = categoryRef @elementTypeMask = elementTypeMask @includeDisabledItems = includeDisabledItems @includeNoItemCategories = includeNoItemCategories @includeNonPublishableCategories = includeNonPublishableCategories @includeNonPublishableItems = includeNonPublishableItems end |
Instance Attribute Details
#cartRef ⇒ Object
Returns the value of attribute cartRef.
1704 1705 1706 |
# File 'lib/etapper/api/service.rb', line 1704 def cartRef @cartRef end |
#categoryRef ⇒ Object
Returns the value of attribute categoryRef.
1705 1706 1707 |
# File 'lib/etapper/api/service.rb', line 1705 def categoryRef @categoryRef end |
#clearCache ⇒ Object
Returns the value of attribute clearCache.
1701 1702 1703 |
# File 'lib/etapper/api/service.rb', line 1701 def clearCache @clearCache end |
#count ⇒ Object
Returns the value of attribute count.
1702 1703 1704 |
# File 'lib/etapper/api/service.rb', line 1702 def count @count end |
#elementTypeMask ⇒ Object
Returns the value of attribute elementTypeMask.
1706 1707 1708 |
# File 'lib/etapper/api/service.rb', line 1706 def elementTypeMask @elementTypeMask end |
#includeDisabledItems ⇒ Object
Returns the value of attribute includeDisabledItems.
1707 1708 1709 |
# File 'lib/etapper/api/service.rb', line 1707 def includeDisabledItems @includeDisabledItems end |
#includeNoItemCategories ⇒ Object
Returns the value of attribute includeNoItemCategories.
1708 1709 1710 |
# File 'lib/etapper/api/service.rb', line 1708 def includeNoItemCategories @includeNoItemCategories end |
#includeNonPublishableCategories ⇒ Object
Returns the value of attribute includeNonPublishableCategories.
1709 1710 1711 |
# File 'lib/etapper/api/service.rb', line 1709 def includeNonPublishableCategories @includeNonPublishableCategories end |
#includeNonPublishableItems ⇒ Object
Returns the value of attribute includeNonPublishableItems.
1710 1711 1712 |
# File 'lib/etapper/api/service.rb', line 1710 def includeNonPublishableItems @includeNonPublishableItems end |
#start ⇒ Object
Returns the value of attribute start.
1703 1704 1705 |
# File 'lib/etapper/api/service.rb', line 1703 def start @start end |