Class: EBay::ShippingEstimatedDeliveryInfoType

Inherits:
Object
  • Object
show all
Defined in:
lib/eBay.rb

Overview

urn:ebay:apis:eBLBaseComponentsShippingEstimatedDeliveryInfoType

originalDeliveryEstimatedTimeMin - SOAP::SOAPDateTime
originalDeliveryEstimatedTimeMax - SOAP::SOAPDateTime

Instance Attribute Summary collapse

Instance Method Summary collapse

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_anyObject (readonly)

Returns the value of attribute __xmlele_any.



32651
32652
32653
# File 'lib/eBay.rb', line 32651

def __xmlele_any
  @__xmlele_any
end

#originalDeliveryEstimatedTimeMaxObject

Returns the value of attribute originalDeliveryEstimatedTimeMax.



32650
32651
32652
# File 'lib/eBay.rb', line 32650

def originalDeliveryEstimatedTimeMax
  @originalDeliveryEstimatedTimeMax
end

#originalDeliveryEstimatedTimeMinObject

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