Class: Etapper::API::CartItem

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

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

#disabledObject

Returns the value of attribute disabled.



1750
1751
1752
# File 'lib/etapper/api/service.rb', line 1750

def disabled
  @disabled
end

#longDescriptionObject

Returns the value of attribute longDescription.



1751
1752
1753
# File 'lib/etapper/api/service.rb', line 1751

def longDescription
  @longDescription
end

#manageQuantityObject

Returns the value of attribute manageQuantity.



1752
1753
1754
# File 'lib/etapper/api/service.rb', line 1752

def manageQuantity
  @manageQuantity
end

#nameObject

Returns the value of attribute name.



1753
1754
1755
# File 'lib/etapper/api/service.rb', line 1753

def name
  @name
end

#nonDeductibleAmountObject

Returns the value of attribute nonDeductibleAmount.



1754
1755
1756
# File 'lib/etapper/api/service.rb', line 1754

def nonDeductibleAmount
  @nonDeductibleAmount
end

#parentsObject

Returns the value of attribute parents.



1755
1756
1757
# File 'lib/etapper/api/service.rb', line 1755

def parents
  @parents
end

#pricingTypeObject

Returns the value of attribute pricingType.



1756
1757
1758
# File 'lib/etapper/api/service.rb', line 1756

def pricingType
  @pricingType
end

#publicizeQuantityObject

Returns the value of attribute publicizeQuantity.



1757
1758
1759
# File 'lib/etapper/api/service.rb', line 1757

def publicizeQuantity
  @publicizeQuantity
end

#publishableNowObject

Returns the value of attribute publishableNow.



1760
1761
1762
# File 'lib/etapper/api/service.rb', line 1760

def publishableNow
  @publishableNow
end

#publishEndDateObject

Returns the value of attribute publishEndDate.



1758
1759
1760
# File 'lib/etapper/api/service.rb', line 1758

def publishEndDate
  @publishEndDate
end

#publishStartDateObject

Returns the value of attribute publishStartDate.



1759
1760
1761
# File 'lib/etapper/api/service.rb', line 1759

def publishStartDate
  @publishStartDate
end

#quantityObject

Returns the value of attribute quantity.



1761
1762
1763
# File 'lib/etapper/api/service.rb', line 1761

def quantity
  @quantity
end

#questionsObject

Returns the value of attribute questions.



1762
1763
1764
# File 'lib/etapper/api/service.rb', line 1762

def questions
  @questions
end

#refObject

Returns the value of attribute ref.



1763
1764
1765
# File 'lib/etapper/api/service.rb', line 1763

def ref
  @ref
end

#regularImagesObject

Returns the value of attribute regularImages.



1764
1765
1766
# File 'lib/etapper/api/service.rb', line 1764

def regularImages
  @regularImages
end

#regularPriceObject

Returns the value of attribute regularPrice.



1765
1766
1767
# File 'lib/etapper/api/service.rb', line 1765

def regularPrice
  @regularPrice
end

#shippableObject

Returns the value of attribute shippable.



1766
1767
1768
# File 'lib/etapper/api/service.rb', line 1766

def shippable
  @shippable
end

#shippingPriceObject

Returns the value of attribute shippingPrice.



1767
1768
1769
# File 'lib/etapper/api/service.rb', line 1767

def shippingPrice
  @shippingPrice
end

#shortDescriptionObject

Returns the value of attribute shortDescription.



1768
1769
1770
# File 'lib/etapper/api/service.rb', line 1768

def shortDescription
  @shortDescription
end

#taxableAmountObject

Returns the value of attribute taxableAmount.



1769
1770
1771
# File 'lib/etapper/api/service.rb', line 1769

def taxableAmount
  @taxableAmount
end

#thumbImageObject

Returns the value of attribute thumbImage.



1770
1771
1772
# File 'lib/etapper/api/service.rb', line 1770

def thumbImage
  @thumbImage
end

#typeObject

Returns the value of attribute type.



1771
1772
1773
# File 'lib/etapper/api/service.rb', line 1771

def type
  @type
end