Class: EBay::SellingManagerProductInventoryStatusType
- Inherits:
-
Object
- Object
- EBay::SellingManagerProductInventoryStatusType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsSellingManagerProductInventoryStatusType
quantityScheduled - SOAP::SOAPInt
quantityActive - SOAP::SOAPInt
quantitySold - SOAP::SOAPInt
quantityUnsold - SOAP::SOAPInt
successPercent - SOAP::SOAPFloat
averageSellingPrice - EBay::AmountType
Instance Attribute Summary collapse
-
#__xmlele_any ⇒ Object
readonly
Returns the value of attribute __xmlele_any.
-
#averageSellingPrice ⇒ Object
Returns the value of attribute averageSellingPrice.
-
#quantityActive ⇒ Object
Returns the value of attribute quantityActive.
-
#quantityScheduled ⇒ Object
Returns the value of attribute quantityScheduled.
-
#quantitySold ⇒ Object
Returns the value of attribute quantitySold.
-
#quantityUnsold ⇒ Object
Returns the value of attribute quantityUnsold.
-
#successPercent ⇒ Object
Returns the value of attribute successPercent.
Instance Method Summary collapse
-
#initialize(quantityScheduled = nil, quantityActive = nil, quantitySold = nil, quantityUnsold = nil, successPercent = nil, averageSellingPrice = nil) ⇒ SellingManagerProductInventoryStatusType
constructor
A new instance of SellingManagerProductInventoryStatusType.
- #set_any(elements) ⇒ Object
Constructor Details
#initialize(quantityScheduled = nil, quantityActive = nil, quantitySold = nil, quantityUnsold = nil, successPercent = nil, averageSellingPrice = nil) ⇒ SellingManagerProductInventoryStatusType
Returns a new instance of SellingManagerProductInventoryStatusType.
31872 31873 31874 31875 31876 31877 31878 31879 31880 |
# File 'lib/eBay.rb', line 31872 def initialize(quantityScheduled = nil, quantityActive = nil, quantitySold = nil, quantityUnsold = nil, successPercent = nil, averageSellingPrice = nil) @quantityScheduled = quantityScheduled @quantityActive = quantityActive @quantitySold = quantitySold @quantityUnsold = quantityUnsold @successPercent = successPercent @averageSellingPrice = averageSellingPrice @__xmlele_any = nil end |
Instance Attribute Details
#__xmlele_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
31866 31867 31868 |
# File 'lib/eBay.rb', line 31866 def __xmlele_any @__xmlele_any end |
#averageSellingPrice ⇒ Object
Returns the value of attribute averageSellingPrice.
31865 31866 31867 |
# File 'lib/eBay.rb', line 31865 def averageSellingPrice @averageSellingPrice end |
#quantityActive ⇒ Object
Returns the value of attribute quantityActive.
31861 31862 31863 |
# File 'lib/eBay.rb', line 31861 def quantityActive @quantityActive end |
#quantityScheduled ⇒ Object
Returns the value of attribute quantityScheduled.
31860 31861 31862 |
# File 'lib/eBay.rb', line 31860 def quantityScheduled @quantityScheduled end |
#quantitySold ⇒ Object
Returns the value of attribute quantitySold.
31862 31863 31864 |
# File 'lib/eBay.rb', line 31862 def quantitySold @quantitySold end |
#quantityUnsold ⇒ Object
Returns the value of attribute quantityUnsold.
31863 31864 31865 |
# File 'lib/eBay.rb', line 31863 def quantityUnsold @quantityUnsold end |
#successPercent ⇒ Object
Returns the value of attribute successPercent.
31864 31865 31866 |
# File 'lib/eBay.rb', line 31864 def successPercent @successPercent end |
Instance Method Details
#set_any(elements) ⇒ Object
31868 31869 31870 |
# File 'lib/eBay.rb', line 31868 def set_any(elements) @__xmlele_any = elements end |