Class: EBay::BuyerSatisfactionDashboardType
- Inherits:
-
Object
- Object
- EBay::BuyerSatisfactionDashboardType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsBuyerSatisfactionDashboardType
status - EBay::BuyerSatisfactionStatusCodeType
alert - EBay::SellerDashboardAlertType
Instance Attribute Summary collapse
-
#__xmlele_any ⇒ Object
readonly
Returns the value of attribute __xmlele_any.
-
#alert ⇒ Object
Returns the value of attribute alert.
-
#status ⇒ Object
Returns the value of attribute status.
Instance Method Summary collapse
-
#initialize(status = nil, alert = []) ⇒ BuyerSatisfactionDashboardType
constructor
A new instance of BuyerSatisfactionDashboardType.
- #set_any(elements) ⇒ Object
Constructor Details
#initialize(status = nil, alert = []) ⇒ BuyerSatisfactionDashboardType
Returns a new instance of BuyerSatisfactionDashboardType.
21508 21509 21510 21511 21512 |
# File 'lib/eBay.rb', line 21508 def initialize(status = nil, alert = []) @status = status @alert = alert @__xmlele_any = nil end |
Instance Attribute Details
#__xmlele_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
21502 21503 21504 |
# File 'lib/eBay.rb', line 21502 def __xmlele_any @__xmlele_any end |
#alert ⇒ Object
Returns the value of attribute alert.
21501 21502 21503 |
# File 'lib/eBay.rb', line 21501 def alert @alert end |
#status ⇒ Object
Returns the value of attribute status.
21500 21501 21502 |
# File 'lib/eBay.rb', line 21500 def status @status end |
Instance Method Details
#set_any(elements) ⇒ Object
21504 21505 21506 |
# File 'lib/eBay.rb', line 21504 def set_any(elements) @__xmlele_any = elements end |