Class: EBay::QuantityRestrictionPerBuyerInfoType
- Inherits:
-
Object
- Object
- EBay::QuantityRestrictionPerBuyerInfoType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsQuantityRestrictionPerBuyerInfoType
maximumQuantity - SOAP::SOAPInt
Instance Attribute Summary collapse
-
#maximumQuantity ⇒ Object
Returns the value of attribute maximumQuantity.
Instance Method Summary collapse
-
#initialize(maximumQuantity = nil) ⇒ QuantityRestrictionPerBuyerInfoType
constructor
A new instance of QuantityRestrictionPerBuyerInfoType.
Constructor Details
#initialize(maximumQuantity = nil) ⇒ QuantityRestrictionPerBuyerInfoType
Returns a new instance of QuantityRestrictionPerBuyerInfoType.
29814 29815 29816 |
# File 'lib/eBay.rb', line 29814 def initialize(maximumQuantity = nil) @maximumQuantity = maximumQuantity end |
Instance Attribute Details
#maximumQuantity ⇒ Object
Returns the value of attribute maximumQuantity.
29812 29813 29814 |
# File 'lib/eBay.rb', line 29812 def maximumQuantity @maximumQuantity end |