Class: EBay::PickupOptionsType
- Inherits:
-
Object
- Object
- EBay::PickupOptionsType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsPickupOptionsType
pickupMethod - SOAP::SOAPToken
pickupPriority - SOAP::SOAPInt
Instance Attribute Summary collapse
-
#__xmlele_any ⇒ Object
readonly
Returns the value of attribute __xmlele_any.
-
#pickupMethod ⇒ Object
Returns the value of attribute pickupMethod.
-
#pickupPriority ⇒ Object
Returns the value of attribute pickupPriority.
Instance Method Summary collapse
-
#initialize(pickupMethod = nil, pickupPriority = nil) ⇒ PickupOptionsType
constructor
A new instance of PickupOptionsType.
- #set_any(elements) ⇒ Object
Constructor Details
#initialize(pickupMethod = nil, pickupPriority = nil) ⇒ PickupOptionsType
Returns a new instance of PickupOptionsType.
28786 28787 28788 28789 28790 |
# File 'lib/eBay.rb', line 28786 def initialize(pickupMethod = nil, pickupPriority = nil) @pickupMethod = pickupMethod @pickupPriority = pickupPriority @__xmlele_any = nil end |
Instance Attribute Details
#__xmlele_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
28780 28781 28782 |
# File 'lib/eBay.rb', line 28780 def __xmlele_any @__xmlele_any end |
#pickupMethod ⇒ Object
Returns the value of attribute pickupMethod.
28778 28779 28780 |
# File 'lib/eBay.rb', line 28778 def pickupMethod @pickupMethod end |
#pickupPriority ⇒ Object
Returns the value of attribute pickupPriority.
28779 28780 28781 |
# File 'lib/eBay.rb', line 28779 def pickupPriority @pickupPriority end |
Instance Method Details
#set_any(elements) ⇒ Object
28782 28783 28784 |
# File 'lib/eBay.rb', line 28782 def set_any(elements) @__xmlele_any = elements end |