Class: EBay::LocalMarketContactByPhoneEnabledDefinitionType

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

Overview

urn:ebay:apis:eBLBaseComponentsLocalMarketContactByPhoneEnabledDefinitionType

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeLocalMarketContactByPhoneEnabledDefinitionType

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_anyObject (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