Class: EBay::ShippingServiceCostOverrideType
- Inherits:
-
Object
- Object
- EBay::ShippingServiceCostOverrideType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsShippingServiceCostOverrideType
shippingServicePriority - SOAP::SOAPInt
shippingServiceType - EBay::ShippingServiceType
shippingServiceCost - EBay::AmountType
shippingServiceAdditionalCost - EBay::AmountType
shippingSurcharge - EBay::AmountType
Instance Attribute Summary collapse
-
#__xmlele_any ⇒ Object
readonly
Returns the value of attribute __xmlele_any.
-
#shippingServiceAdditionalCost ⇒ Object
Returns the value of attribute shippingServiceAdditionalCost.
-
#shippingServiceCost ⇒ Object
Returns the value of attribute shippingServiceCost.
-
#shippingServicePriority ⇒ Object
Returns the value of attribute shippingServicePriority.
-
#shippingServiceType ⇒ Object
Returns the value of attribute shippingServiceType.
-
#shippingSurcharge ⇒ Object
Returns the value of attribute shippingSurcharge.
Instance Method Summary collapse
-
#initialize(shippingServicePriority = nil, shippingServiceType = nil, shippingServiceCost = nil, shippingServiceAdditionalCost = nil, shippingSurcharge = nil) ⇒ ShippingServiceCostOverrideType
constructor
A new instance of ShippingServiceCostOverrideType.
- #set_any(elements) ⇒ Object
Constructor Details
#initialize(shippingServicePriority = nil, shippingServiceType = nil, shippingServiceCost = nil, shippingServiceAdditionalCost = nil, shippingSurcharge = nil) ⇒ ShippingServiceCostOverrideType
Returns a new instance of ShippingServiceCostOverrideType.
32810 32811 32812 32813 32814 32815 32816 32817 |
# File 'lib/eBay.rb', line 32810 def initialize(shippingServicePriority = nil, shippingServiceType = nil, shippingServiceCost = nil, shippingServiceAdditionalCost = nil, shippingSurcharge = nil) @shippingServicePriority = shippingServicePriority @shippingServiceType = shippingServiceType @__xmlele_any = nil @shippingServiceCost = shippingServiceCost @shippingServiceAdditionalCost = shippingServiceAdditionalCost @shippingSurcharge = shippingSurcharge end |
Instance Attribute Details
#__xmlele_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
32801 32802 32803 |
# File 'lib/eBay.rb', line 32801 def __xmlele_any @__xmlele_any end |
#shippingServiceAdditionalCost ⇒ Object
Returns the value of attribute shippingServiceAdditionalCost.
32803 32804 32805 |
# File 'lib/eBay.rb', line 32803 def shippingServiceAdditionalCost @shippingServiceAdditionalCost end |
#shippingServiceCost ⇒ Object
Returns the value of attribute shippingServiceCost.
32802 32803 32804 |
# File 'lib/eBay.rb', line 32802 def shippingServiceCost @shippingServiceCost end |
#shippingServicePriority ⇒ Object
Returns the value of attribute shippingServicePriority.
32799 32800 32801 |
# File 'lib/eBay.rb', line 32799 def shippingServicePriority @shippingServicePriority end |
#shippingServiceType ⇒ Object
Returns the value of attribute shippingServiceType.
32800 32801 32802 |
# File 'lib/eBay.rb', line 32800 def shippingServiceType @shippingServiceType end |
#shippingSurcharge ⇒ Object
Returns the value of attribute shippingSurcharge.
32804 32805 32806 |
# File 'lib/eBay.rb', line 32804 def shippingSurcharge @shippingSurcharge end |
Instance Method Details
#set_any(elements) ⇒ Object
32806 32807 32808 |
# File 'lib/eBay.rb', line 32806 def set_any(elements) @__xmlele_any = elements end |