Class: EBay::MultiLegShipmentType

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

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

Returns the value of attribute __xmlele_any.



27148
27149
27150
# File 'lib/eBay.rb', line 27148

def __xmlele_any
  @__xmlele_any
end

#shippingServiceDetailsObject

Returns the value of attribute shippingServiceDetails.



27144
27145
27146
# File 'lib/eBay.rb', line 27144

def shippingServiceDetails
  @shippingServiceDetails
end

#shippingTimeMaxObject

Returns the value of attribute shippingTimeMax.



27147
27148
27149
# File 'lib/eBay.rb', line 27147

def shippingTimeMax
  @shippingTimeMax
end

#shippingTimeMinObject

Returns the value of attribute shippingTimeMin.



27146
27147
27148
# File 'lib/eBay.rb', line 27146

def shippingTimeMin
  @shippingTimeMin
end

#shipToAddressObject

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