Class: EBay::ShippingServiceCostOverrideListType

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

Overview

urn:ebay:apis:eBLBaseComponentsShippingServiceCostOverrideListType

shippingServiceCostOverride - EBay::ShippingServiceCostOverrideType

Instance Attribute Summary collapse

Instance Method Summary collapse

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

Returns the value of attribute __xmlele_any.



32780
32781
32782
# File 'lib/eBay.rb', line 32780

def __xmlele_any
  @__xmlele_any
end

#shippingServiceCostOverrideObject

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