Class: LookupAttributeType

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

Overview

urn:ebay:apis:eBLBaseComponentsLookupAttributeType

Constant Summary collapse

@@schema_type =
"LookupAttributeType"
@@schema_ns =
"urn:ebay:apis:eBLBaseComponents"
@@schema_element =
[
["name", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "Name")]],
["value", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "Value")]],
["any", [nil, XSD::QName.new("http://www.w3.org/2001/XMLSchema", "anyType")]]]

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of LookupAttributeType.



14941
14942
14943
14944
14945
# File 'lib/eBay.rb', line 14941

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.



14935
14936
14937
# File 'lib/eBay.rb', line 14935

def __xmlele_any
  @__xmlele_any
end

#nameObject

Returns the value of attribute name.



14933
14934
14935
# File 'lib/eBay.rb', line 14933

def name
  @name
end

#valueObject

Returns the value of attribute value.



14934
14935
14936
# File 'lib/eBay.rb', line 14934

def value
  @value
end

Instance Method Details

#set_any(elements) ⇒ Object



14937
14938
14939
# File 'lib/eBay.rb', line 14937

def set_any(elements)
  @__xmlele_any = elements
end