Class: EBay::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.



19837
19838
19839
19840
19841
# File 'lib/eBay.rb', line 19837

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

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



19819
19820
19821
# File 'lib/eBay.rb', line 19819

def __xmlele_any
  @__xmlele_any
end

#valueObject

Returns the value of attribute value.



19818
19819
19820
# File 'lib/eBay.rb', line 19818

def value
  @value
end

Instance Method Details

#__xmlattrObject



19825
19826
19827
# File 'lib/eBay.rb', line 19825

def __xmlattr
  @__xmlattr ||= {}
end

#set_any(elements) ⇒ Object



19821
19822
19823
# File 'lib/eBay.rb', line 19821

def set_any(elements)
  @__xmlele_any = elements
end

#xmlattr_ParamIDObject



19829
19830
19831
# File 'lib/eBay.rb', line 19829

def xmlattr_ParamID
  __xmlattr[AttrParamID]
end

#xmlattr_ParamID=(value) ⇒ Object



19833
19834
19835
# File 'lib/eBay.rb', line 19833

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