Class: EBay::QuantityInfoType
- Inherits:
-
Object
- Object
- EBay::QuantityInfoType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsQuantityInfoType
minimumRemnantSet - SOAP::SOAPInt
Instance Attribute Summary collapse
-
#__xmlele_any ⇒ Object
readonly
Returns the value of attribute __xmlele_any.
-
#minimumRemnantSet ⇒ Object
Returns the value of attribute minimumRemnantSet.
Instance Method Summary collapse
-
#initialize(minimumRemnantSet = nil) ⇒ QuantityInfoType
constructor
A new instance of QuantityInfoType.
- #set_any(elements) ⇒ Object
Constructor Details
#initialize(minimumRemnantSet = nil) ⇒ QuantityInfoType
Returns a new instance of QuantityInfoType.
29803 29804 29805 29806 |
# File 'lib/eBay.rb', line 29803 def initialize(minimumRemnantSet = nil) @minimumRemnantSet = minimumRemnantSet @__xmlele_any = nil end |
Instance Attribute Details
#__xmlele_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
29797 29798 29799 |
# File 'lib/eBay.rb', line 29797 def __xmlele_any @__xmlele_any end |
#minimumRemnantSet ⇒ Object
Returns the value of attribute minimumRemnantSet.
29796 29797 29798 |
# File 'lib/eBay.rb', line 29796 def minimumRemnantSet @minimumRemnantSet end |
Instance Method Details
#set_any(elements) ⇒ Object
29799 29800 29801 |
# File 'lib/eBay.rb', line 29799 def set_any(elements) @__xmlele_any = elements end |