Class: EBay::ShippingEstimatedDeliveryInfoType
- Inherits:
-
Object
- Object
- EBay::ShippingEstimatedDeliveryInfoType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsShippingEstimatedDeliveryInfoType
originalDeliveryEstimatedTimeMin - SOAP::SOAPDateTime
originalDeliveryEstimatedTimeMax - SOAP::SOAPDateTime
Instance Attribute Summary collapse
-
#__xmlele_any ⇒ Object
readonly
Returns the value of attribute __xmlele_any.
-
#originalDeliveryEstimatedTimeMax ⇒ Object
Returns the value of attribute originalDeliveryEstimatedTimeMax.
-
#originalDeliveryEstimatedTimeMin ⇒ Object
Returns the value of attribute originalDeliveryEstimatedTimeMin.
Instance Method Summary collapse
-
#initialize(originalDeliveryEstimatedTimeMin = nil, originalDeliveryEstimatedTimeMax = nil) ⇒ ShippingEstimatedDeliveryInfoType
constructor
A new instance of ShippingEstimatedDeliveryInfoType.
- #set_any(elements) ⇒ Object
Constructor Details
#initialize(originalDeliveryEstimatedTimeMin = nil, originalDeliveryEstimatedTimeMax = nil) ⇒ ShippingEstimatedDeliveryInfoType
Returns a new instance of ShippingEstimatedDeliveryInfoType.
32657 32658 32659 32660 32661 |
# File 'lib/eBay.rb', line 32657 def initialize(originalDeliveryEstimatedTimeMin = nil, originalDeliveryEstimatedTimeMax = nil) @originalDeliveryEstimatedTimeMin = originalDeliveryEstimatedTimeMin @originalDeliveryEstimatedTimeMax = originalDeliveryEstimatedTimeMax @__xmlele_any = nil end |
Instance Attribute Details
#__xmlele_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
32651 32652 32653 |
# File 'lib/eBay.rb', line 32651 def __xmlele_any @__xmlele_any end |
#originalDeliveryEstimatedTimeMax ⇒ Object
Returns the value of attribute originalDeliveryEstimatedTimeMax.
32650 32651 32652 |
# File 'lib/eBay.rb', line 32650 def originalDeliveryEstimatedTimeMax @originalDeliveryEstimatedTimeMax end |
#originalDeliveryEstimatedTimeMin ⇒ Object
Returns the value of attribute originalDeliveryEstimatedTimeMin.
32649 32650 32651 |
# File 'lib/eBay.rb', line 32649 def originalDeliveryEstimatedTimeMin @originalDeliveryEstimatedTimeMin end |
Instance Method Details
#set_any(elements) ⇒ Object
32653 32654 32655 |
# File 'lib/eBay.rb', line 32653 def set_any(elements) @__xmlele_any = elements end |