Class: ErrorParameterType
- Inherits:
-
Object
- Object
- ErrorParameterType
- Defined in:
- lib/v_paypal/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.
2855 2856 2857 2858 |
# File 'lib/v_paypal/default.rb', line 2855 def initialize(value = nil) @value = value @__xmlattr = {} end |
Instance Attribute Details
#value ⇒ Object
Returns the value of attribute value.
2845 2846 2847 |
# File 'lib/v_paypal/default.rb', line 2845 def value @value end |
Instance Method Details
#xmlattr_ParamID ⇒ Object
2847 2848 2849 |
# File 'lib/v_paypal/default.rb', line 2847 def xmlattr_ParamID (@__xmlattr ||= {})[XSD::QName.new(nil, "ParamID")] end |
#xmlattr_ParamID=(value) ⇒ Object
2851 2852 2853 |
# File 'lib/v_paypal/default.rb', line 2851 def xmlattr_ParamID=(value) (@__xmlattr ||= {})[XSD::QName.new(nil, "ParamID")] = value end |