Class: ErrorParameterType
- Inherits:
-
Object
- Object
- ErrorParameterType
- Defined in:
- lib/paypal-business/default.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")]] ]
Instance Attribute Summary collapse
-
#value ⇒ Object
Returns the value of attribute value.
Instance Method Summary collapse
-
#initialize(value = nil) ⇒ ErrorParameterType
constructor
A new instance of ErrorParameterType.
- #xmlattr_ParamID ⇒ Object
- #xmlattr_ParamID=(value) ⇒ Object
Constructor Details
#initialize(value = nil) ⇒ ErrorParameterType
Returns a new instance of ErrorParameterType.
3035 3036 3037 3038 |
# File 'lib/paypal-business/default.rb', line 3035 def initialize(value = nil) @value = value @__xmlattr = {} end |
Instance Attribute Details
#value ⇒ Object
Returns the value of attribute value.
3025 3026 3027 |
# File 'lib/paypal-business/default.rb', line 3025 def value @value end |
Instance Method Details
#xmlattr_ParamID ⇒ Object
3027 3028 3029 |
# File 'lib/paypal-business/default.rb', line 3027 def xmlattr_ParamID (@__xmlattr ||= {})[XSD::QName.new(nil, "ParamID")] end |
#xmlattr_ParamID=(value) ⇒ Object
3031 3032 3033 |
# File 'lib/paypal-business/default.rb', line 3031 def xmlattr_ParamID=(value) (@__xmlattr ||= {})[XSD::QName.new(nil, "ParamID")] = value end |