Class: EBay::SellingManagerProductInventoryStatusType

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

Instance Method Summary collapse

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_anyObject (readonly)

Returns the value of attribute __xmlele_any.



31866
31867
31868
# File 'lib/eBay.rb', line 31866

def __xmlele_any
  @__xmlele_any
end

#averageSellingPriceObject

Returns the value of attribute averageSellingPrice.



31865
31866
31867
# File 'lib/eBay.rb', line 31865

def averageSellingPrice
  @averageSellingPrice
end

#quantityActiveObject

Returns the value of attribute quantityActive.



31861
31862
31863
# File 'lib/eBay.rb', line 31861

def quantityActive
  @quantityActive
end

#quantityScheduledObject

Returns the value of attribute quantityScheduled.



31860
31861
31862
# File 'lib/eBay.rb', line 31860

def quantityScheduled
  @quantityScheduled
end

#quantitySoldObject

Returns the value of attribute quantitySold.



31862
31863
31864
# File 'lib/eBay.rb', line 31862

def quantitySold
  @quantitySold
end

#quantityUnsoldObject

Returns the value of attribute quantityUnsold.



31863
31864
31865
# File 'lib/eBay.rb', line 31863

def quantityUnsold
  @quantityUnsold
end

#successPercentObject

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