Class: EBay::InventoryStatusType
- Inherits:
-
Object
- Object
- EBay::InventoryStatusType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsInventoryStatusType
sKU - (any)
itemID - (any)
startPrice - EBay::AmountType
quantity - SOAP::SOAPInt
Instance Attribute Summary collapse
-
#__xmlele_any ⇒ Object
readonly
Returns the value of attribute __xmlele_any.
-
#itemID ⇒ Object
Returns the value of attribute itemID.
-
#quantity ⇒ Object
Returns the value of attribute quantity.
-
#sKU ⇒ Object
Returns the value of attribute sKU.
-
#startPrice ⇒ Object
Returns the value of attribute startPrice.
Instance Method Summary collapse
-
#initialize(sKU = nil, itemID = nil, startPrice = nil, quantity = nil) ⇒ InventoryStatusType
constructor
A new instance of InventoryStatusType.
- #set_any(elements) ⇒ Object
Constructor Details
#initialize(sKU = nil, itemID = nil, startPrice = nil, quantity = nil) ⇒ InventoryStatusType
Returns a new instance of InventoryStatusType.
25104 25105 25106 25107 25108 25109 25110 |
# File 'lib/eBay.rb', line 25104 def initialize(sKU = nil, itemID = nil, startPrice = nil, quantity = nil) @sKU = sKU @itemID = itemID @startPrice = startPrice @quantity = quantity @__xmlele_any = nil end |
Instance Attribute Details
#__xmlele_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
25098 25099 25100 |
# File 'lib/eBay.rb', line 25098 def __xmlele_any @__xmlele_any end |
#itemID ⇒ Object
Returns the value of attribute itemID.
25095 25096 25097 |
# File 'lib/eBay.rb', line 25095 def itemID @itemID end |
#quantity ⇒ Object
Returns the value of attribute quantity.
25097 25098 25099 |
# File 'lib/eBay.rb', line 25097 def quantity @quantity end |
#sKU ⇒ Object
Returns the value of attribute sKU.
25094 25095 25096 |
# File 'lib/eBay.rb', line 25094 def sKU @sKU end |
#startPrice ⇒ Object
Returns the value of attribute startPrice.
25096 25097 25098 |
# File 'lib/eBay.rb', line 25096 def startPrice @startPrice end |
Instance Method Details
#set_any(elements) ⇒ Object
25100 25101 25102 |
# File 'lib/eBay.rb', line 25100 def set_any(elements) @__xmlele_any = elements end |