Class: Etapper::API::CartItem
- Inherits:
-
Object
- Object
- Etapper::API::CartItem
- Defined in:
- lib/etapper/api/service.rb
Overview
etapestryAPI/serviceCartItem
disabled - SOAP::SOAPBoolean
longDescription - SOAP::SOAPString
manageQuantity - SOAP::SOAPBoolean
name - SOAP::SOAPString
nonDeductibleAmount - SOAP::SOAPDouble
parents - Etapper::API::ArrayOfCartParent
pricingType - SOAP::SOAPInt
publicizeQuantity - SOAP::SOAPBoolean
publishEndDate - SOAP::SOAPString
publishStartDate - SOAP::SOAPString
publishableNow - SOAP::SOAPBoolean
quantity - SOAP::SOAPInt
questions - Etapper::API::ArrayOfQuestion
ref - SOAP::SOAPString
regularImages - Etapper::API::ArrayOfCartImage
regularPrice - SOAP::SOAPDouble
shippable - SOAP::SOAPBoolean
shippingPrice - SOAP::SOAPDouble
shortDescription - SOAP::SOAPString
taxableAmount - SOAP::SOAPDouble
thumbImage - Etapper::API::CartImage
type - SOAP::SOAPInt
Instance Attribute Summary collapse
-
#disabled ⇒ Object
Returns the value of attribute disabled.
-
#longDescription ⇒ Object
Returns the value of attribute longDescription.
-
#manageQuantity ⇒ Object
Returns the value of attribute manageQuantity.
-
#name ⇒ Object
Returns the value of attribute name.
-
#nonDeductibleAmount ⇒ Object
Returns the value of attribute nonDeductibleAmount.
-
#parents ⇒ Object
Returns the value of attribute parents.
-
#pricingType ⇒ Object
Returns the value of attribute pricingType.
-
#publicizeQuantity ⇒ Object
Returns the value of attribute publicizeQuantity.
-
#publishableNow ⇒ Object
Returns the value of attribute publishableNow.
-
#publishEndDate ⇒ Object
Returns the value of attribute publishEndDate.
-
#publishStartDate ⇒ Object
Returns the value of attribute publishStartDate.
-
#quantity ⇒ Object
Returns the value of attribute quantity.
-
#questions ⇒ Object
Returns the value of attribute questions.
-
#ref ⇒ Object
Returns the value of attribute ref.
-
#regularImages ⇒ Object
Returns the value of attribute regularImages.
-
#regularPrice ⇒ Object
Returns the value of attribute regularPrice.
-
#shippable ⇒ Object
Returns the value of attribute shippable.
-
#shippingPrice ⇒ Object
Returns the value of attribute shippingPrice.
-
#shortDescription ⇒ Object
Returns the value of attribute shortDescription.
-
#taxableAmount ⇒ Object
Returns the value of attribute taxableAmount.
-
#thumbImage ⇒ Object
Returns the value of attribute thumbImage.
-
#type ⇒ Object
Returns the value of attribute type.
Instance Method Summary collapse
Constructor Details
#initialize(disabled = nil, longDescription = nil, manageQuantity = nil, name = nil, nonDeductibleAmount = nil, parents = nil, pricingType = nil, publicizeQuantity = nil, publishEndDate = nil, publishStartDate = nil, publishableNow = nil, quantity = nil, questions = nil, ref = nil, regularImages = nil, regularPrice = nil, shippable = nil, shippingPrice = nil, shortDescription = nil, taxableAmount = nil, thumbImage = nil, type = nil) ⇒ CartItem
Returns a new instance of CartItem.
1773 1774 1775 1776 1777 1778 1779 1780 1781 1782 1783 1784 1785 1786 1787 1788 1789 1790 1791 1792 1793 1794 1795 1796 |
# File 'lib/etapper/api/service.rb', line 1773 def initialize(disabled = nil, longDescription = nil, manageQuantity = nil, name = nil, nonDeductibleAmount = nil, parents = nil, pricingType = nil, publicizeQuantity = nil, publishEndDate = nil, publishStartDate = nil, publishableNow = nil, quantity = nil, questions = nil, ref = nil, regularImages = nil, regularPrice = nil, shippable = nil, shippingPrice = nil, shortDescription = nil, taxableAmount = nil, thumbImage = nil, type = nil) @disabled = disabled @longDescription = longDescription @manageQuantity = manageQuantity @name = name @nonDeductibleAmount = nonDeductibleAmount @parents = parents @pricingType = pricingType @publicizeQuantity = publicizeQuantity @publishEndDate = publishEndDate @publishStartDate = publishStartDate @publishableNow = publishableNow @quantity = quantity @questions = questions @ref = ref @regularImages = regularImages @regularPrice = regularPrice @shippable = shippable @shippingPrice = shippingPrice @shortDescription = shortDescription @taxableAmount = taxableAmount @thumbImage = thumbImage @type = type end |
Instance Attribute Details
#disabled ⇒ Object
Returns the value of attribute disabled.
1750 1751 1752 |
# File 'lib/etapper/api/service.rb', line 1750 def disabled @disabled end |
#longDescription ⇒ Object
Returns the value of attribute longDescription.
1751 1752 1753 |
# File 'lib/etapper/api/service.rb', line 1751 def longDescription @longDescription end |
#manageQuantity ⇒ Object
Returns the value of attribute manageQuantity.
1752 1753 1754 |
# File 'lib/etapper/api/service.rb', line 1752 def manageQuantity @manageQuantity end |
#name ⇒ Object
Returns the value of attribute name.
1753 1754 1755 |
# File 'lib/etapper/api/service.rb', line 1753 def name @name end |
#nonDeductibleAmount ⇒ Object
Returns the value of attribute nonDeductibleAmount.
1754 1755 1756 |
# File 'lib/etapper/api/service.rb', line 1754 def nonDeductibleAmount @nonDeductibleAmount end |
#parents ⇒ Object
Returns the value of attribute parents.
1755 1756 1757 |
# File 'lib/etapper/api/service.rb', line 1755 def parents @parents end |
#pricingType ⇒ Object
Returns the value of attribute pricingType.
1756 1757 1758 |
# File 'lib/etapper/api/service.rb', line 1756 def pricingType @pricingType end |
#publicizeQuantity ⇒ Object
Returns the value of attribute publicizeQuantity.
1757 1758 1759 |
# File 'lib/etapper/api/service.rb', line 1757 def publicizeQuantity @publicizeQuantity end |
#publishableNow ⇒ Object
Returns the value of attribute publishableNow.
1760 1761 1762 |
# File 'lib/etapper/api/service.rb', line 1760 def publishableNow @publishableNow end |
#publishEndDate ⇒ Object
Returns the value of attribute publishEndDate.
1758 1759 1760 |
# File 'lib/etapper/api/service.rb', line 1758 def publishEndDate @publishEndDate end |
#publishStartDate ⇒ Object
Returns the value of attribute publishStartDate.
1759 1760 1761 |
# File 'lib/etapper/api/service.rb', line 1759 def publishStartDate @publishStartDate end |
#quantity ⇒ Object
Returns the value of attribute quantity.
1761 1762 1763 |
# File 'lib/etapper/api/service.rb', line 1761 def quantity @quantity end |
#questions ⇒ Object
Returns the value of attribute questions.
1762 1763 1764 |
# File 'lib/etapper/api/service.rb', line 1762 def questions @questions end |
#ref ⇒ Object
Returns the value of attribute ref.
1763 1764 1765 |
# File 'lib/etapper/api/service.rb', line 1763 def ref @ref end |
#regularImages ⇒ Object
Returns the value of attribute regularImages.
1764 1765 1766 |
# File 'lib/etapper/api/service.rb', line 1764 def regularImages @regularImages end |
#regularPrice ⇒ Object
Returns the value of attribute regularPrice.
1765 1766 1767 |
# File 'lib/etapper/api/service.rb', line 1765 def regularPrice @regularPrice end |
#shippable ⇒ Object
Returns the value of attribute shippable.
1766 1767 1768 |
# File 'lib/etapper/api/service.rb', line 1766 def shippable @shippable end |
#shippingPrice ⇒ Object
Returns the value of attribute shippingPrice.
1767 1768 1769 |
# File 'lib/etapper/api/service.rb', line 1767 def shippingPrice @shippingPrice end |
#shortDescription ⇒ Object
Returns the value of attribute shortDescription.
1768 1769 1770 |
# File 'lib/etapper/api/service.rb', line 1768 def shortDescription @shortDescription end |
#taxableAmount ⇒ Object
Returns the value of attribute taxableAmount.
1769 1770 1771 |
# File 'lib/etapper/api/service.rb', line 1769 def taxableAmount @taxableAmount end |
#thumbImage ⇒ Object
Returns the value of attribute thumbImage.
1770 1771 1772 |
# File 'lib/etapper/api/service.rb', line 1770 def thumbImage @thumbImage end |
#type ⇒ Object
Returns the value of attribute type.
1771 1772 1773 |
# File 'lib/etapper/api/service.rb', line 1771 def type @type end |