Class: EBay::Group2MaxFlatShippingCostDefinitionType

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

Overview

urn:ebay:apis:eBLBaseComponentsGroup2MaxFlatShippingCostDefinitionType

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeGroup2MaxFlatShippingCostDefinitionType

Returns a new instance of Group2MaxFlatShippingCostDefinitionType.



24872
24873
24874
# File 'lib/eBay.rb', line 24872

def initialize
  @__xmlele_any = nil
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



24866
24867
24868
# File 'lib/eBay.rb', line 24866

def __xmlele_any
  @__xmlele_any
end

Instance Method Details

#set_any(elements) ⇒ Object



24868
24869
24870
# File 'lib/eBay.rb', line 24868

def set_any(elements)
  @__xmlele_any = elements
end