Class: EBay::Group3MaxFlatShippingCostDefinitionType

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

Overview

urn:ebay:apis:eBLBaseComponentsGroup3MaxFlatShippingCostDefinitionType

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeGroup3MaxFlatShippingCostDefinitionType

Returns a new instance of Group3MaxFlatShippingCostDefinitionType.



24885
24886
24887
# File 'lib/eBay.rb', line 24885

def initialize
  @__xmlele_any = nil
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



24879
24880
24881
# File 'lib/eBay.rb', line 24879

def __xmlele_any
  @__xmlele_any
end

Instance Method Details

#set_any(elements) ⇒ Object



24881
24882
24883
# File 'lib/eBay.rb', line 24881

def set_any(elements)
  @__xmlele_any = elements
end