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



22915
22916
22917
22918
22919
22920
# File 'lib/eBay.rb', line 22915

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.



22897
22898
22899
# File 'lib/eBay.rb', line 22897

def __xmlele_any
  @__xmlele_any
end

#briefTextObject

Returns the value of attribute briefText.



22895
22896
22897
# File 'lib/eBay.rb', line 22895

def briefText
  @briefText
end

#detailedTextObject

Returns the value of attribute detailedText.



22896
22897
22898
# File 'lib/eBay.rb', line 22896

def detailedText
  @detailedText
end

Instance Method Details

#__xmlattrObject



22903
22904
22905
# File 'lib/eBay.rb', line 22903

def __xmlattr
  @__xmlattr ||= {}
end

#set_any(elements) ⇒ Object



22899
22900
22901
# File 'lib/eBay.rb', line 22899

def set_any(elements)
  @__xmlele_any = elements
end

#xmlattr_codeIDObject



22907
22908
22909
# File 'lib/eBay.rb', line 22907

def xmlattr_codeID
  __xmlattr[AttrCodeID]
end

#xmlattr_codeID=(value) ⇒ Object



22911
22912
22913
# File 'lib/eBay.rb', line 22911

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