Class: 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.



21055
21056
21057
21058
21059
# File 'lib/eBay.rb', line 21055

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.



21049
21050
21051
# File 'lib/eBay.rb', line 21049

def __xmlele_any
  @__xmlele_any
end

#nameObject

Returns the value of attribute name.



21047
21048
21049
# File 'lib/eBay.rb', line 21047

def name
  @name
end

#valueObject

Returns the value of attribute value.



21048
21049
21050
# File 'lib/eBay.rb', line 21048

def value
  @value
end

Instance Method Details

#set_any(elements) ⇒ Object



21051
21052
21053
# File 'lib/eBay.rb', line 21051

def set_any(elements)
  @__xmlele_any = elements
end