Class: EBay::ReasonCodeDetailType

Inherits:
Object
  • Object
show all
Defined in:
lib/eBay.rb

Overview

urn:ebay:apis:eBLBaseComponentsReasonCodeDetailType

briefText - SOAP::SOAPString
detailedText - SOAP::SOAPString
xmlattr_codeID - SOAP::SOAPLong

Constant Summary collapse

AttrCodeID =
XSD::QName.new(nil, "codeID")

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(briefText = nil, detailedText = nil) ⇒ ReasonCodeDetailType

Returns a new instance of ReasonCodeDetailType.



29865
29866
29867
29868
29869
29870
# File 'lib/eBay.rb', line 29865

def initialize(briefText = nil, detailedText = nil)
  @briefText = briefText
  @detailedText = detailedText
  @__xmlele_any = nil
  @__xmlattr = {}
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



29847
29848
29849
# File 'lib/eBay.rb', line 29847

def __xmlele_any
  @__xmlele_any
end

#briefTextObject

Returns the value of attribute briefText.



29845
29846
29847
# File 'lib/eBay.rb', line 29845

def briefText
  @briefText
end

#detailedTextObject

Returns the value of attribute detailedText.



29846
29847
29848
# File 'lib/eBay.rb', line 29846

def detailedText
  @detailedText
end

Instance Method Details

#__xmlattrObject



29853
29854
29855
# File 'lib/eBay.rb', line 29853

def __xmlattr
  @__xmlattr ||= {}
end

#set_any(elements) ⇒ Object



29849
29850
29851
# File 'lib/eBay.rb', line 29849

def set_any(elements)
  @__xmlele_any = elements
end

#xmlattr_codeIDObject



29857
29858
29859
# File 'lib/eBay.rb', line 29857

def xmlattr_codeID
  __xmlattr[AttrCodeID]
end

#xmlattr_codeID=(value) ⇒ Object



29861
29862
29863
# File 'lib/eBay.rb', line 29861

def xmlattr_codeID=(value)
  __xmlattr[AttrCodeID] = value
end