Class: Etapper::API::PagedCartElementsRequest

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

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

#cartRefObject

Returns the value of attribute cartRef.



1704
1705
1706
# File 'lib/etapper/api/service.rb', line 1704

def cartRef
  @cartRef
end

#categoryRefObject

Returns the value of attribute categoryRef.



1705
1706
1707
# File 'lib/etapper/api/service.rb', line 1705

def categoryRef
  @categoryRef
end

#clearCacheObject

Returns the value of attribute clearCache.



1701
1702
1703
# File 'lib/etapper/api/service.rb', line 1701

def clearCache
  @clearCache
end

#countObject

Returns the value of attribute count.



1702
1703
1704
# File 'lib/etapper/api/service.rb', line 1702

def count
  @count
end

#elementTypeMaskObject

Returns the value of attribute elementTypeMask.



1706
1707
1708
# File 'lib/etapper/api/service.rb', line 1706

def elementTypeMask
  @elementTypeMask
end

#includeDisabledItemsObject

Returns the value of attribute includeDisabledItems.



1707
1708
1709
# File 'lib/etapper/api/service.rb', line 1707

def includeDisabledItems
  @includeDisabledItems
end

#includeNoItemCategoriesObject

Returns the value of attribute includeNoItemCategories.



1708
1709
1710
# File 'lib/etapper/api/service.rb', line 1708

def includeNoItemCategories
  @includeNoItemCategories
end

#includeNonPublishableCategoriesObject

Returns the value of attribute includeNonPublishableCategories.



1709
1710
1711
# File 'lib/etapper/api/service.rb', line 1709

def includeNonPublishableCategories
  @includeNonPublishableCategories
end

#includeNonPublishableItemsObject

Returns the value of attribute includeNonPublishableItems.



1710
1711
1712
# File 'lib/etapper/api/service.rb', line 1710

def includeNonPublishableItems
  @includeNonPublishableItems
end

#startObject

Returns the value of attribute start.



1703
1704
1705
# File 'lib/etapper/api/service.rb', line 1703

def start
  @start
end