Class: EBay::MotorsLocalMarketEnabledDefinitionType

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

Overview

urn:ebay:apis:eBLBaseComponentsMotorsLocalMarketEnabledDefinitionType

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeMotorsLocalMarketEnabledDefinitionType

Returns a new instance of MotorsLocalMarketEnabledDefinitionType.



27133
27134
27135
# File 'lib/eBay.rb', line 27133

def initialize
  @__xmlele_any = nil
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



27127
27128
27129
# File 'lib/eBay.rb', line 27127

def __xmlele_any
  @__xmlele_any
end

Instance Method Details

#set_any(elements) ⇒ Object



27129
27130
27131
# File 'lib/eBay.rb', line 27129

def set_any(elements)
  @__xmlele_any = elements
end