Class: ErrorParameterType

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

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

#valueObject

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_ParamIDObject



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