Class: EBay::PickupDetailsType
- Inherits:
-
Object
- Object
- EBay::PickupDetailsType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsPickupDetailsType
pickupOptions - EBay::PickupOptionsType
Instance Attribute Summary collapse
-
#__xmlele_any ⇒ Object
readonly
Returns the value of attribute __xmlele_any.
-
#pickupOptions ⇒ Object
Returns the value of attribute pickupOptions.
Instance Method Summary collapse
-
#initialize(pickupOptions = []) ⇒ PickupDetailsType
constructor
A new instance of PickupDetailsType.
- #set_any(elements) ⇒ Object
Constructor Details
#initialize(pickupOptions = []) ⇒ PickupDetailsType
Returns a new instance of PickupDetailsType.
28705 28706 28707 28708 |
# File 'lib/eBay.rb', line 28705 def initialize(pickupOptions = []) @pickupOptions = pickupOptions @__xmlele_any = nil end |
Instance Attribute Details
#__xmlele_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
28699 28700 28701 |
# File 'lib/eBay.rb', line 28699 def __xmlele_any @__xmlele_any end |
#pickupOptions ⇒ Object
Returns the value of attribute pickupOptions.
28698 28699 28700 |
# File 'lib/eBay.rb', line 28698 def pickupOptions @pickupOptions end |
Instance Method Details
#set_any(elements) ⇒ Object
28701 28702 28703 |
# File 'lib/eBay.rb', line 28701 def set_any(elements) @__xmlele_any = elements end |