Class: EBay::ErrorParameterType
- Inherits:
-
Object
- Object
- EBay::ErrorParameterType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsErrorParameterType
value - SOAP::SOAPString
xmlattr_ParamID - SOAP::SOAPString
Constant Summary collapse
- AttrParamID =
XSD::QName.new(nil, "ParamID")
Instance Attribute Summary collapse
-
#__xmlele_any ⇒ Object
readonly
Returns the value of attribute __xmlele_any.
-
#value ⇒ Object
Returns the value of attribute value.
Instance Method Summary collapse
- #__xmlattr ⇒ Object
-
#initialize(value = nil) ⇒ ErrorParameterType
constructor
A new instance of ErrorParameterType.
- #set_any(elements) ⇒ Object
- #xmlattr_ParamID ⇒ Object
- #xmlattr_ParamID=(value) ⇒ Object
Constructor Details
#initialize(value = nil) ⇒ ErrorParameterType
Returns a new instance of ErrorParameterType.
19837 19838 19839 19840 19841 |
# File 'lib/eBay.rb', line 19837 def initialize(value = nil) @value = value @__xmlele_any = nil @__xmlattr = {} end |
Instance Attribute Details
#__xmlele_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
19819 19820 19821 |
# File 'lib/eBay.rb', line 19819 def __xmlele_any @__xmlele_any end |
#value ⇒ Object
Returns the value of attribute value.
19818 19819 19820 |
# File 'lib/eBay.rb', line 19818 def value @value end |
Instance Method Details
#__xmlattr ⇒ Object
19825 19826 19827 |
# File 'lib/eBay.rb', line 19825 def __xmlattr @__xmlattr ||= {} end |
#set_any(elements) ⇒ Object
19821 19822 19823 |
# File 'lib/eBay.rb', line 19821 def set_any(elements) @__xmlele_any = elements end |
#xmlattr_ParamID ⇒ Object
19829 19830 19831 |
# File 'lib/eBay.rb', line 19829 def xmlattr_ParamID __xmlattr[AttrParamID] end |
#xmlattr_ParamID=(value) ⇒ Object
19833 19834 19835 |
# File 'lib/eBay.rb', line 19833 def xmlattr_ParamID=(value) __xmlattr[AttrParamID] = value end |