Class: EBay::PowerSellerDashboardType
- Inherits:
-
Object
- Object
- EBay::PowerSellerDashboardType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsPowerSellerDashboardType
level - EBay::SellerLevelCodeType
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.
-
#level ⇒ Object
Returns the value of attribute level.
Instance Method Summary collapse
-
#initialize(level = nil, alert = []) ⇒ PowerSellerDashboardType
constructor
A new instance of PowerSellerDashboardType.
- #set_any(elements) ⇒ Object
Constructor Details
#initialize(level = nil, alert = []) ⇒ PowerSellerDashboardType
Returns a new instance of PowerSellerDashboardType.
29077 29078 29079 29080 29081 |
# File 'lib/eBay.rb', line 29077 def initialize(level = nil, alert = []) @level = level @alert = alert @__xmlele_any = nil end |
Instance Attribute Details
#__xmlele_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
29071 29072 29073 |
# File 'lib/eBay.rb', line 29071 def __xmlele_any @__xmlele_any end |
#alert ⇒ Object
Returns the value of attribute alert.
29070 29071 29072 |
# File 'lib/eBay.rb', line 29070 def alert @alert end |
#level ⇒ Object
Returns the value of attribute level.
29069 29070 29071 |
# File 'lib/eBay.rb', line 29069 def level @level end |
Instance Method Details
#set_any(elements) ⇒ Object
29073 29074 29075 |
# File 'lib/eBay.rb', line 29073 def set_any(elements) @__xmlele_any = elements end |