Class: ErrorParameterType

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

Instance Method Summary collapse

Constructor Details

#initialize(value = nil) ⇒ ErrorParameterType

Returns a new instance of ErrorParameterType.



15937
15938
15939
15940
15941
# File 'lib/eBay.rb', line 15937

def initialize(value = nil)
  @value = value
  @__xmlele_any = nil
  @__xmlattr = {}
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



15919
15920
15921
# File 'lib/eBay.rb', line 15919

def __xmlele_any
  @__xmlele_any
end

#valueObject

Returns the value of attribute value.



15918
15919
15920
# File 'lib/eBay.rb', line 15918

def value
  @value
end

Instance Method Details

#__xmlattrObject



15925
15926
15927
# File 'lib/eBay.rb', line 15925

def __xmlattr
  @__xmlattr ||= {}
end

#set_any(elements) ⇒ Object



15921
15922
15923
# File 'lib/eBay.rb', line 15921

def set_any(elements)
  @__xmlele_any = elements
end

#xmlattr_ParamIDObject



15929
15930
15931
# File 'lib/eBay.rb', line 15929

def xmlattr_ParamID
  __xmlattr[AttrParamID]
end

#xmlattr_ParamID=(value) ⇒ Object



15933
15934
15935
# File 'lib/eBay.rb', line 15933

def xmlattr_ParamID=(value)
  __xmlattr[AttrParamID] = value
end