Class: EBay::LocalMarketContactByPhoneEnabledDefinitionType
- Inherits:
-
Object
- Object
- EBay::LocalMarketContactByPhoneEnabledDefinitionType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsLocalMarketContactByPhoneEnabledDefinitionType
Instance Attribute Summary collapse
-
#__xmlele_any ⇒ Object
readonly
Returns the value of attribute __xmlele_any.
Instance Method Summary collapse
-
#initialize ⇒ LocalMarketContactByPhoneEnabledDefinitionType
constructor
A new instance of LocalMarketContactByPhoneEnabledDefinitionType.
- #set_any(elements) ⇒ Object
Constructor Details
#initialize ⇒ LocalMarketContactByPhoneEnabledDefinitionType
Returns a new instance of LocalMarketContactByPhoneEnabledDefinitionType.
26534 26535 26536 |
# File 'lib/eBay.rb', line 26534 def initialize @__xmlele_any = nil end |
Instance Attribute Details
#__xmlele_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
26528 26529 26530 |
# File 'lib/eBay.rb', line 26528 def __xmlele_any @__xmlele_any end |
Instance Method Details
#set_any(elements) ⇒ Object
26530 26531 26532 |
# File 'lib/eBay.rb', line 26530 def set_any(elements) @__xmlele_any = elements end |