Class: EBay::ShippingServiceCostOverrideListType
- Inherits:
-
Object
- Object
- EBay::ShippingServiceCostOverrideListType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsShippingServiceCostOverrideListType
shippingServiceCostOverride - EBay::ShippingServiceCostOverrideType
Instance Attribute Summary collapse
-
#__xmlele_any ⇒ Object
readonly
Returns the value of attribute __xmlele_any.
-
#shippingServiceCostOverride ⇒ Object
Returns the value of attribute shippingServiceCostOverride.
Instance Method Summary collapse
-
#initialize(shippingServiceCostOverride = []) ⇒ ShippingServiceCostOverrideListType
constructor
A new instance of ShippingServiceCostOverrideListType.
- #set_any(elements) ⇒ Object
Constructor Details
#initialize(shippingServiceCostOverride = []) ⇒ ShippingServiceCostOverrideListType
Returns a new instance of ShippingServiceCostOverrideListType.
32786 32787 32788 32789 |
# File 'lib/eBay.rb', line 32786 def initialize(shippingServiceCostOverride = []) @shippingServiceCostOverride = shippingServiceCostOverride @__xmlele_any = nil end |
Instance Attribute Details
#__xmlele_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
32780 32781 32782 |
# File 'lib/eBay.rb', line 32780 def __xmlele_any @__xmlele_any end |
#shippingServiceCostOverride ⇒ Object
Returns the value of attribute shippingServiceCostOverride.
32779 32780 32781 |
# File 'lib/eBay.rb', line 32779 def shippingServiceCostOverride @shippingServiceCostOverride end |
Instance Method Details
#set_any(elements) ⇒ Object
32782 32783 32784 |
# File 'lib/eBay.rb', line 32782 def set_any(elements) @__xmlele_any = elements end |