Class: EBay::PickupMethodSelectedType
- Inherits:
-
Object
- Object
- EBay::PickupMethodSelectedType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsPickupMethodSelectedType
pickupMethod - SOAP::SOAPToken
pickupStoreID - SOAP::SOAPString
pickupStatus - EBay::PickupStatusCodeType
merchantPickupCode - SOAP::SOAPString
pickupFulfillmentTime - SOAP::SOAPDateTime
pickupLocationUUID - SOAP::SOAPString
Instance Attribute Summary collapse
-
#__xmlele_any ⇒ Object
readonly
Returns the value of attribute __xmlele_any.
-
#merchantPickupCode ⇒ Object
Returns the value of attribute merchantPickupCode.
-
#pickupFulfillmentTime ⇒ Object
Returns the value of attribute pickupFulfillmentTime.
-
#pickupLocationUUID ⇒ Object
Returns the value of attribute pickupLocationUUID.
-
#pickupMethod ⇒ Object
Returns the value of attribute pickupMethod.
-
#pickupStatus ⇒ Object
Returns the value of attribute pickupStatus.
-
#pickupStoreID ⇒ Object
Returns the value of attribute pickupStoreID.
Instance Method Summary collapse
-
#initialize(pickupMethod = nil, pickupStoreID = nil, pickupStatus = nil, merchantPickupCode = nil, pickupFulfillmentTime = nil, pickupLocationUUID = nil) ⇒ PickupMethodSelectedType
constructor
A new instance of PickupMethodSelectedType.
- #set_any(elements) ⇒ Object
Constructor Details
#initialize(pickupMethod = nil, pickupStoreID = nil, pickupStatus = nil, merchantPickupCode = nil, pickupFulfillmentTime = nil, pickupLocationUUID = nil) ⇒ PickupMethodSelectedType
Returns a new instance of PickupMethodSelectedType.
28763 28764 28765 28766 28767 28768 28769 28770 28771 |
# File 'lib/eBay.rb', line 28763 def initialize(pickupMethod = nil, pickupStoreID = nil, pickupStatus = nil, merchantPickupCode = nil, pickupFulfillmentTime = nil, pickupLocationUUID = nil) @pickupMethod = pickupMethod @pickupStoreID = pickupStoreID @pickupStatus = pickupStatus @merchantPickupCode = merchantPickupCode @pickupFulfillmentTime = pickupFulfillmentTime @pickupLocationUUID = pickupLocationUUID @__xmlele_any = nil end |
Instance Attribute Details
#__xmlele_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
28757 28758 28759 |
# File 'lib/eBay.rb', line 28757 def __xmlele_any @__xmlele_any end |
#merchantPickupCode ⇒ Object
Returns the value of attribute merchantPickupCode.
28754 28755 28756 |
# File 'lib/eBay.rb', line 28754 def merchantPickupCode @merchantPickupCode end |
#pickupFulfillmentTime ⇒ Object
Returns the value of attribute pickupFulfillmentTime.
28755 28756 28757 |
# File 'lib/eBay.rb', line 28755 def pickupFulfillmentTime @pickupFulfillmentTime end |
#pickupLocationUUID ⇒ Object
Returns the value of attribute pickupLocationUUID.
28756 28757 28758 |
# File 'lib/eBay.rb', line 28756 def pickupLocationUUID @pickupLocationUUID end |
#pickupMethod ⇒ Object
Returns the value of attribute pickupMethod.
28751 28752 28753 |
# File 'lib/eBay.rb', line 28751 def pickupMethod @pickupMethod end |
#pickupStatus ⇒ Object
Returns the value of attribute pickupStatus.
28753 28754 28755 |
# File 'lib/eBay.rb', line 28753 def pickupStatus @pickupStatus end |
#pickupStoreID ⇒ Object
Returns the value of attribute pickupStoreID.
28752 28753 28754 |
# File 'lib/eBay.rb', line 28752 def pickupStoreID @pickupStoreID end |
Instance Method Details
#set_any(elements) ⇒ Object
28759 28760 28761 |
# File 'lib/eBay.rb', line 28759 def set_any(elements) @__xmlele_any = elements end |