Class: EBay::SellerDashboardAlertType
- Inherits:
-
Object
- Object
- EBay::SellerDashboardAlertType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsSellerDashboardAlertType
severity - EBay::SellerDashboardAlertSeverityCodeType
text - SOAP::SOAPString
Instance Attribute Summary collapse
-
#__xmlele_any ⇒ Object
readonly
Returns the value of attribute __xmlele_any.
-
#severity ⇒ Object
Returns the value of attribute severity.
-
#text ⇒ Object
Returns the value of attribute text.
Instance Method Summary collapse
-
#initialize(severity = nil, text = nil) ⇒ SellerDashboardAlertType
constructor
A new instance of SellerDashboardAlertType.
- #set_any(elements) ⇒ Object
Constructor Details
#initialize(severity = nil, text = nil) ⇒ SellerDashboardAlertType
Returns a new instance of SellerDashboardAlertType.
30961 30962 30963 30964 30965 |
# File 'lib/eBay.rb', line 30961 def initialize(severity = nil, text = nil) @severity = severity @text = text @__xmlele_any = nil end |
Instance Attribute Details
#__xmlele_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
30955 30956 30957 |
# File 'lib/eBay.rb', line 30955 def __xmlele_any @__xmlele_any end |
#severity ⇒ Object
Returns the value of attribute severity.
30953 30954 30955 |
# File 'lib/eBay.rb', line 30953 def severity @severity end |
#text ⇒ Object
Returns the value of attribute text.
30954 30955 30956 |
# File 'lib/eBay.rb', line 30954 def text @text end |
Instance Method Details
#set_any(elements) ⇒ Object
30957 30958 30959 |
# File 'lib/eBay.rb', line 30957 def set_any(elements) @__xmlele_any = elements end |