Class: EBay::LookupAttributeType

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

Overview

urn:ebay:apis:eBLBaseComponentsLookupAttributeType

name - SOAP::SOAPString
value - SOAP::SOAPString

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(name = nil, value = nil) ⇒ LookupAttributeType

Returns a new instance of LookupAttributeType.



26704
26705
26706
26707
26708
# File 'lib/eBay.rb', line 26704

def initialize(name = nil, value = nil)
  @name = name
  @value = value
  @__xmlele_any = nil
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



26698
26699
26700
# File 'lib/eBay.rb', line 26698

def __xmlele_any
  @__xmlele_any
end

#nameObject

Returns the value of attribute name.



26696
26697
26698
# File 'lib/eBay.rb', line 26696

def name
  @name
end

#valueObject

Returns the value of attribute value.



26697
26698
26699
# File 'lib/eBay.rb', line 26697

def value
  @value
end

Instance Method Details

#set_any(elements) ⇒ Object



26700
26701
26702
# File 'lib/eBay.rb', line 26700

def set_any(elements)
  @__xmlele_any = elements
end