Class: EBay::MultiLegShippingServiceType

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

Overview

urn:ebay:apis:eBLBaseComponentsMultiLegShippingServiceType

shippingService - SOAP::SOAPToken
totalShippingCost - EBay::AmountType

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(shippingService = nil, totalShippingCost = nil) ⇒ MultiLegShippingServiceType

Returns a new instance of MultiLegShippingServiceType.



27194
27195
27196
27197
27198
# File 'lib/eBay.rb', line 27194

def initialize(shippingService = nil, totalShippingCost = nil)
  @shippingService = shippingService
  @totalShippingCost = totalShippingCost
  @__xmlele_any = nil
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



27188
27189
27190
# File 'lib/eBay.rb', line 27188

def __xmlele_any
  @__xmlele_any
end

#shippingServiceObject

Returns the value of attribute shippingService.



27186
27187
27188
# File 'lib/eBay.rb', line 27186

def shippingService
  @shippingService
end

#totalShippingCostObject

Returns the value of attribute totalShippingCost.



27187
27188
27189
# File 'lib/eBay.rb', line 27187

def totalShippingCost
  @totalShippingCost
end

Instance Method Details

#set_any(elements) ⇒ Object



27190
27191
27192
# File 'lib/eBay.rb', line 27190

def set_any(elements)
  @__xmlele_any = elements
end