Class: EBay::ShippingPackageInfoType
- Inherits:
-
Object
- Object
- EBay::ShippingPackageInfoType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsShippingPackageInfoType
storeID - SOAP::SOAPString
shippingTrackingEvent - SOAP::SOAPToken
scheduledDeliveryTimeMin - SOAP::SOAPDateTime
scheduledDeliveryTimeMax - SOAP::SOAPDateTime
actualDeliveryTime - SOAP::SOAPDateTime
estimatedDeliveryTimeMin - SOAP::SOAPDateTime
estimatedDeliveryTimeMax - SOAP::SOAPDateTime
Instance Attribute Summary collapse
-
#__xmlele_any ⇒ Object
readonly
Returns the value of attribute __xmlele_any.
-
#actualDeliveryTime ⇒ Object
Returns the value of attribute actualDeliveryTime.
-
#estimatedDeliveryTimeMax ⇒ Object
Returns the value of attribute estimatedDeliveryTimeMax.
-
#estimatedDeliveryTimeMin ⇒ Object
Returns the value of attribute estimatedDeliveryTimeMin.
-
#scheduledDeliveryTimeMax ⇒ Object
Returns the value of attribute scheduledDeliveryTimeMax.
-
#scheduledDeliveryTimeMin ⇒ Object
Returns the value of attribute scheduledDeliveryTimeMin.
-
#shippingTrackingEvent ⇒ Object
Returns the value of attribute shippingTrackingEvent.
-
#storeID ⇒ Object
Returns the value of attribute storeID.
Instance Method Summary collapse
-
#initialize(storeID = nil, shippingTrackingEvent = nil, scheduledDeliveryTimeMin = nil, scheduledDeliveryTimeMax = nil, actualDeliveryTime = nil, estimatedDeliveryTimeMin = nil, estimatedDeliveryTimeMax = nil) ⇒ ShippingPackageInfoType
constructor
A new instance of ShippingPackageInfoType.
- #set_any(elements) ⇒ Object
Constructor Details
#initialize(storeID = nil, shippingTrackingEvent = nil, scheduledDeliveryTimeMin = nil, scheduledDeliveryTimeMax = nil, actualDeliveryTime = nil, estimatedDeliveryTimeMin = nil, estimatedDeliveryTimeMax = nil) ⇒ ShippingPackageInfoType
Returns a new instance of ShippingPackageInfoType.
32764 32765 32766 32767 32768 32769 32770 32771 32772 32773 |
# File 'lib/eBay.rb', line 32764 def initialize(storeID = nil, shippingTrackingEvent = nil, scheduledDeliveryTimeMin = nil, scheduledDeliveryTimeMax = nil, actualDeliveryTime = nil, estimatedDeliveryTimeMin = nil, estimatedDeliveryTimeMax = nil) @storeID = storeID @shippingTrackingEvent = shippingTrackingEvent @scheduledDeliveryTimeMin = scheduledDeliveryTimeMin @scheduledDeliveryTimeMax = scheduledDeliveryTimeMax @actualDeliveryTime = actualDeliveryTime @estimatedDeliveryTimeMin = estimatedDeliveryTimeMin @estimatedDeliveryTimeMax = estimatedDeliveryTimeMax @__xmlele_any = nil end |
Instance Attribute Details
#__xmlele_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
32758 32759 32760 |
# File 'lib/eBay.rb', line 32758 def __xmlele_any @__xmlele_any end |
#actualDeliveryTime ⇒ Object
Returns the value of attribute actualDeliveryTime.
32755 32756 32757 |
# File 'lib/eBay.rb', line 32755 def actualDeliveryTime @actualDeliveryTime end |
#estimatedDeliveryTimeMax ⇒ Object
Returns the value of attribute estimatedDeliveryTimeMax.
32757 32758 32759 |
# File 'lib/eBay.rb', line 32757 def estimatedDeliveryTimeMax @estimatedDeliveryTimeMax end |
#estimatedDeliveryTimeMin ⇒ Object
Returns the value of attribute estimatedDeliveryTimeMin.
32756 32757 32758 |
# File 'lib/eBay.rb', line 32756 def estimatedDeliveryTimeMin @estimatedDeliveryTimeMin end |
#scheduledDeliveryTimeMax ⇒ Object
Returns the value of attribute scheduledDeliveryTimeMax.
32754 32755 32756 |
# File 'lib/eBay.rb', line 32754 def scheduledDeliveryTimeMax @scheduledDeliveryTimeMax end |
#scheduledDeliveryTimeMin ⇒ Object
Returns the value of attribute scheduledDeliveryTimeMin.
32753 32754 32755 |
# File 'lib/eBay.rb', line 32753 def scheduledDeliveryTimeMin @scheduledDeliveryTimeMin end |
#shippingTrackingEvent ⇒ Object
Returns the value of attribute shippingTrackingEvent.
32752 32753 32754 |
# File 'lib/eBay.rb', line 32752 def shippingTrackingEvent @shippingTrackingEvent end |
#storeID ⇒ Object
Returns the value of attribute storeID.
32751 32752 32753 |
# File 'lib/eBay.rb', line 32751 def storeID @storeID end |
Instance Method Details
#set_any(elements) ⇒ Object
32760 32761 32762 |
# File 'lib/eBay.rb', line 32760 def set_any(elements) @__xmlele_any = elements end |