Class: EBay::ReasonCodeDetailType
- Inherits:
-
Object
- Object
- EBay::ReasonCodeDetailType
- 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
-
#__xmlele_any ⇒ Object
readonly
Returns the value of attribute __xmlele_any.
-
#briefText ⇒ Object
Returns the value of attribute briefText.
-
#detailedText ⇒ Object
Returns the value of attribute detailedText.
Instance Method Summary collapse
- #__xmlattr ⇒ Object
-
#initialize(briefText = nil, detailedText = nil) ⇒ ReasonCodeDetailType
constructor
A new instance of ReasonCodeDetailType.
- #set_any(elements) ⇒ Object
- #xmlattr_codeID ⇒ Object
- #xmlattr_codeID=(value) ⇒ Object
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_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
29847 29848 29849 |
# File 'lib/eBay.rb', line 29847 def __xmlele_any @__xmlele_any end |
#briefText ⇒ Object
Returns the value of attribute briefText.
29845 29846 29847 |
# File 'lib/eBay.rb', line 29845 def briefText @briefText end |
#detailedText ⇒ Object
Returns the value of attribute detailedText.
29846 29847 29848 |
# File 'lib/eBay.rb', line 29846 def detailedText @detailedText end |
Instance Method Details
#__xmlattr ⇒ Object
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_codeID ⇒ Object
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 |