Class: EBay::LookupAttributeType
- Inherits:
-
Object
- Object
- EBay::LookupAttributeType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsLookupAttributeType
name - SOAP::SOAPString
value - SOAP::SOAPString
Instance Attribute Summary collapse
-
#__xmlele_any ⇒ Object
readonly
Returns the value of attribute __xmlele_any.
-
#name ⇒ Object
Returns the value of attribute name.
-
#value ⇒ Object
Returns the value of attribute value.
Instance Method Summary collapse
-
#initialize(name = nil, value = nil) ⇒ LookupAttributeType
constructor
A new instance of LookupAttributeType.
- #set_any(elements) ⇒ Object
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_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
26698 26699 26700 |
# File 'lib/eBay.rb', line 26698 def __xmlele_any @__xmlele_any end |
#name ⇒ Object
Returns the value of attribute name.
26696 26697 26698 |
# File 'lib/eBay.rb', line 26696 def name @name end |
#value ⇒ Object
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 |