Class: ErrorParameterType
- Inherits:
-
Object
- Object
- ErrorParameterType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsErrorParameterType
Constant Summary collapse
- @@schema_type =
"ErrorParameterType"
- @@schema_ns =
"urn:ebay:apis:eBLBaseComponents"
- @@schema_attribute =
{ XSD::QName.new(nil, "ParamID") => "SOAP::SOAPString" }
- @@schema_element =
[ ["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
-
#__xmlele_any ⇒ Object
readonly
Returns the value of attribute __xmlele_any.
-
#value ⇒ Object
Returns the value of attribute value.
Instance Method Summary collapse
-
#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.
14499 14500 14501 14502 14503 |
# File 'lib/eBay.rb', line 14499 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.
14485 14486 14487 |
# File 'lib/eBay.rb', line 14485 def __xmlele_any @__xmlele_any end |
#value ⇒ Object
Returns the value of attribute value.
14484 14485 14486 |
# File 'lib/eBay.rb', line 14484 def value @value end |
Instance Method Details
#set_any(elements) ⇒ Object
14487 14488 14489 |
# File 'lib/eBay.rb', line 14487 def set_any(elements) @__xmlele_any = elements end |
#xmlattr_ParamID ⇒ Object
14491 14492 14493 |
# File 'lib/eBay.rb', line 14491 def xmlattr_ParamID (@__xmlattr ||= {})[XSD::QName.new(nil, "ParamID")] end |
#xmlattr_ParamID=(value) ⇒ Object
14495 14496 14497 |
# File 'lib/eBay.rb', line 14495 def xmlattr_ParamID=(value) (@__xmlattr ||= {})[XSD::QName.new(nil, "ParamID")] = value end |