Class: EBay::MultiLegShipmentType
- Inherits:
-
Object
- Object
- EBay::MultiLegShipmentType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsMultiLegShipmentType
shippingServiceDetails - EBay::MultiLegShippingServiceType
shipToAddress - EBay::AddressType
shippingTimeMin - SOAP::SOAPInt
shippingTimeMax - SOAP::SOAPInt
Instance Attribute Summary collapse
-
#__xmlele_any ⇒ Object
readonly
Returns the value of attribute __xmlele_any.
-
#shippingServiceDetails ⇒ Object
Returns the value of attribute shippingServiceDetails.
-
#shippingTimeMax ⇒ Object
Returns the value of attribute shippingTimeMax.
-
#shippingTimeMin ⇒ Object
Returns the value of attribute shippingTimeMin.
-
#shipToAddress ⇒ Object
Returns the value of attribute shipToAddress.
Instance Method Summary collapse
-
#initialize(shippingServiceDetails = nil, shipToAddress = nil, shippingTimeMin = nil, shippingTimeMax = nil) ⇒ MultiLegShipmentType
constructor
A new instance of MultiLegShipmentType.
- #set_any(elements) ⇒ Object
Constructor Details
#initialize(shippingServiceDetails = nil, shipToAddress = nil, shippingTimeMin = nil, shippingTimeMax = nil) ⇒ MultiLegShipmentType
Returns a new instance of MultiLegShipmentType.
27154 27155 27156 27157 27158 27159 27160 |
# File 'lib/eBay.rb', line 27154 def initialize(shippingServiceDetails = nil, shipToAddress = nil, shippingTimeMin = nil, shippingTimeMax = nil) @shippingServiceDetails = shippingServiceDetails @shipToAddress = shipToAddress @shippingTimeMin = shippingTimeMin @shippingTimeMax = shippingTimeMax @__xmlele_any = nil end |
Instance Attribute Details
#__xmlele_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
27148 27149 27150 |
# File 'lib/eBay.rb', line 27148 def __xmlele_any @__xmlele_any end |
#shippingServiceDetails ⇒ Object
Returns the value of attribute shippingServiceDetails.
27144 27145 27146 |
# File 'lib/eBay.rb', line 27144 def shippingServiceDetails @shippingServiceDetails end |
#shippingTimeMax ⇒ Object
Returns the value of attribute shippingTimeMax.
27147 27148 27149 |
# File 'lib/eBay.rb', line 27147 def shippingTimeMax @shippingTimeMax end |
#shippingTimeMin ⇒ Object
Returns the value of attribute shippingTimeMin.
27146 27147 27148 |
# File 'lib/eBay.rb', line 27146 def shippingTimeMin @shippingTimeMin end |
#shipToAddress ⇒ Object
Returns the value of attribute shipToAddress.
27145 27146 27147 |
# File 'lib/eBay.rb', line 27145 def shipToAddress @shipToAddress end |
Instance Method Details
#set_any(elements) ⇒ Object
27150 27151 27152 |
# File 'lib/eBay.rb', line 27150 def set_any(elements) @__xmlele_any = elements end |