Class: EBay::MultiLegShippingServiceType
- Inherits:
-
Object
- Object
- EBay::MultiLegShippingServiceType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsMultiLegShippingServiceType
shippingService - SOAP::SOAPToken
totalShippingCost - EBay::AmountType
Instance Attribute Summary collapse
-
#__xmlele_any ⇒ Object
readonly
Returns the value of attribute __xmlele_any.
-
#shippingService ⇒ Object
Returns the value of attribute shippingService.
-
#totalShippingCost ⇒ Object
Returns the value of attribute totalShippingCost.
Instance Method Summary collapse
-
#initialize(shippingService = nil, totalShippingCost = nil) ⇒ MultiLegShippingServiceType
constructor
A new instance of MultiLegShippingServiceType.
- #set_any(elements) ⇒ Object
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_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
27188 27189 27190 |
# File 'lib/eBay.rb', line 27188 def __xmlele_any @__xmlele_any end |
#shippingService ⇒ Object
Returns the value of attribute shippingService.
27186 27187 27188 |
# File 'lib/eBay.rb', line 27186 def shippingService @shippingService end |
#totalShippingCost ⇒ Object
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 |