Class: EBay::Group3MaxFlatShippingCostDefinitionType
- Inherits:
-
Object
- Object
- EBay::Group3MaxFlatShippingCostDefinitionType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsGroup3MaxFlatShippingCostDefinitionType
Instance Attribute Summary collapse
-
#__xmlele_any ⇒ Object
readonly
Returns the value of attribute __xmlele_any.
Instance Method Summary collapse
-
#initialize ⇒ Group3MaxFlatShippingCostDefinitionType
constructor
A new instance of Group3MaxFlatShippingCostDefinitionType.
- #set_any(elements) ⇒ Object
Constructor Details
#initialize ⇒ Group3MaxFlatShippingCostDefinitionType
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_any ⇒ Object (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 |