Class: EBay::SellerAccountDashboardType
- Inherits:
-
Object
- Object
- EBay::SellerAccountDashboardType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsSellerAccountDashboardType
status - EBay::SellerAccountStatusCodeType
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 = []) ⇒ SellerAccountDashboardType
constructor
A new instance of SellerAccountDashboardType.
- #set_any(elements) ⇒ Object
Constructor Details
#initialize(status = nil, alert = []) ⇒ SellerAccountDashboardType
Returns a new instance of SellerAccountDashboardType.
30929 30930 30931 30932 30933 |
# File 'lib/eBay.rb', line 30929 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.
30923 30924 30925 |
# File 'lib/eBay.rb', line 30923 def __xmlele_any @__xmlele_any end |
#alert ⇒ Object
Returns the value of attribute alert.
30922 30923 30924 |
# File 'lib/eBay.rb', line 30922 def alert @alert end |
#status ⇒ Object
Returns the value of attribute status.
30921 30922 30923 |
# File 'lib/eBay.rb', line 30921 def status @status end |
Instance Method Details
#set_any(elements) ⇒ Object
30925 30926 30927 |
# File 'lib/eBay.rb', line 30925 def set_any(elements) @__xmlele_any = elements end |