Class: EBay::VariationType
- Inherits:
-
Object
- Object
- EBay::VariationType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsVariationType
sKU - (any)
startPrice - EBay::AmountType
quantity - SOAP::SOAPInt
variationSpecifics - EBay::NameValueListArrayType
unitsAvailable - SOAP::SOAPInt
unitCost - EBay::AmountType
sellingStatus - EBay::SellingStatusType
variationTitle - SOAP::SOAPString
variationViewItemURL - SOAP::SOAPAnyURI
delete - SOAP::SOAPBoolean
sellingManagerProductInventoryStatus - EBay::SellingManagerProductInventoryStatusType
watchCount - SOAP::SOAPLong
privateNotes - SOAP::SOAPString
discountPriceInfo - EBay::DiscountPriceInfoType
variationProductListingDetails - EBay::VariationProductListingDetailsType
Instance Attribute Summary collapse
-
#__xmlele_any ⇒ Object
readonly
Returns the value of attribute __xmlele_any.
-
#delete ⇒ Object
Returns the value of attribute delete.
-
#discountPriceInfo ⇒ Object
Returns the value of attribute discountPriceInfo.
-
#privateNotes ⇒ Object
Returns the value of attribute privateNotes.
-
#quantity ⇒ Object
Returns the value of attribute quantity.
-
#sellingManagerProductInventoryStatus ⇒ Object
Returns the value of attribute sellingManagerProductInventoryStatus.
-
#sellingStatus ⇒ Object
Returns the value of attribute sellingStatus.
-
#sKU ⇒ Object
Returns the value of attribute sKU.
-
#startPrice ⇒ Object
Returns the value of attribute startPrice.
-
#unitCost ⇒ Object
Returns the value of attribute unitCost.
-
#unitsAvailable ⇒ Object
Returns the value of attribute unitsAvailable.
-
#variationProductListingDetails ⇒ Object
Returns the value of attribute variationProductListingDetails.
-
#variationSpecifics ⇒ Object
Returns the value of attribute variationSpecifics.
-
#variationTitle ⇒ Object
Returns the value of attribute variationTitle.
-
#variationViewItemURL ⇒ Object
Returns the value of attribute variationViewItemURL.
-
#watchCount ⇒ Object
Returns the value of attribute watchCount.
Instance Method Summary collapse
-
#initialize(sKU = nil, startPrice = nil, quantity = nil, variationSpecifics = nil, unitsAvailable = nil, unitCost = nil, sellingStatus = nil, variationTitle = nil, variationViewItemURL = nil, delete = nil, sellingManagerProductInventoryStatus = nil, watchCount = nil, privateNotes = nil, discountPriceInfo = nil, variationProductListingDetails = nil) ⇒ VariationType
constructor
A new instance of VariationType.
- #set_any(elements) ⇒ Object
Constructor Details
#initialize(sKU = nil, startPrice = nil, quantity = nil, variationSpecifics = nil, unitsAvailable = nil, unitCost = nil, sellingStatus = nil, variationTitle = nil, variationViewItemURL = nil, delete = nil, sellingManagerProductInventoryStatus = nil, watchCount = nil, privateNotes = nil, discountPriceInfo = nil, variationProductListingDetails = nil) ⇒ VariationType
Returns a new instance of VariationType.
35478 35479 35480 35481 35482 35483 35484 35485 35486 35487 35488 35489 35490 35491 35492 35493 35494 35495 |
# File 'lib/eBay.rb', line 35478 def initialize(sKU = nil, startPrice = nil, quantity = nil, variationSpecifics = nil, unitsAvailable = nil, unitCost = nil, sellingStatus = nil, variationTitle = nil, variationViewItemURL = nil, delete = nil, sellingManagerProductInventoryStatus = nil, watchCount = nil, privateNotes = nil, discountPriceInfo = nil, variationProductListingDetails = nil) @sKU = sKU @startPrice = startPrice @quantity = quantity @variationSpecifics = variationSpecifics @unitsAvailable = unitsAvailable @unitCost = unitCost @sellingStatus = sellingStatus @variationTitle = variationTitle @variationViewItemURL = variationViewItemURL @delete = delete @sellingManagerProductInventoryStatus = sellingManagerProductInventoryStatus @watchCount = watchCount @privateNotes = privateNotes @discountPriceInfo = discountPriceInfo @variationProductListingDetails = variationProductListingDetails @__xmlele_any = nil end |
Instance Attribute Details
#__xmlele_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
35472 35473 35474 |
# File 'lib/eBay.rb', line 35472 def __xmlele_any @__xmlele_any end |
#delete ⇒ Object
Returns the value of attribute delete.
35466 35467 35468 |
# File 'lib/eBay.rb', line 35466 def delete @delete end |
#discountPriceInfo ⇒ Object
Returns the value of attribute discountPriceInfo.
35470 35471 35472 |
# File 'lib/eBay.rb', line 35470 def discountPriceInfo @discountPriceInfo end |
#privateNotes ⇒ Object
Returns the value of attribute privateNotes.
35469 35470 35471 |
# File 'lib/eBay.rb', line 35469 def privateNotes @privateNotes end |
#quantity ⇒ Object
Returns the value of attribute quantity.
35459 35460 35461 |
# File 'lib/eBay.rb', line 35459 def quantity @quantity end |
#sellingManagerProductInventoryStatus ⇒ Object
Returns the value of attribute sellingManagerProductInventoryStatus.
35467 35468 35469 |
# File 'lib/eBay.rb', line 35467 def sellingManagerProductInventoryStatus @sellingManagerProductInventoryStatus end |
#sellingStatus ⇒ Object
Returns the value of attribute sellingStatus.
35463 35464 35465 |
# File 'lib/eBay.rb', line 35463 def sellingStatus @sellingStatus end |
#sKU ⇒ Object
Returns the value of attribute sKU.
35457 35458 35459 |
# File 'lib/eBay.rb', line 35457 def sKU @sKU end |
#startPrice ⇒ Object
Returns the value of attribute startPrice.
35458 35459 35460 |
# File 'lib/eBay.rb', line 35458 def startPrice @startPrice end |
#unitCost ⇒ Object
Returns the value of attribute unitCost.
35462 35463 35464 |
# File 'lib/eBay.rb', line 35462 def unitCost @unitCost end |
#unitsAvailable ⇒ Object
Returns the value of attribute unitsAvailable.
35461 35462 35463 |
# File 'lib/eBay.rb', line 35461 def unitsAvailable @unitsAvailable end |
#variationProductListingDetails ⇒ Object
Returns the value of attribute variationProductListingDetails.
35471 35472 35473 |
# File 'lib/eBay.rb', line 35471 def variationProductListingDetails @variationProductListingDetails end |
#variationSpecifics ⇒ Object
Returns the value of attribute variationSpecifics.
35460 35461 35462 |
# File 'lib/eBay.rb', line 35460 def variationSpecifics @variationSpecifics end |
#variationTitle ⇒ Object
Returns the value of attribute variationTitle.
35464 35465 35466 |
# File 'lib/eBay.rb', line 35464 def variationTitle @variationTitle end |
#variationViewItemURL ⇒ Object
Returns the value of attribute variationViewItemURL.
35465 35466 35467 |
# File 'lib/eBay.rb', line 35465 def variationViewItemURL @variationViewItemURL end |
#watchCount ⇒ Object
Returns the value of attribute watchCount.
35468 35469 35470 |
# File 'lib/eBay.rb', line 35468 def watchCount @watchCount end |
Instance Method Details
#set_any(elements) ⇒ Object
35474 35475 35476 |
# File 'lib/eBay.rb', line 35474 def set_any(elements) @__xmlele_any = elements end |