Class: EBay::PerformanceDashboardType
- Inherits:
-
Object
- Object
- EBay::PerformanceDashboardType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsPerformanceDashboardType
site - EBay::SiteCodeType
status - EBay::PerformanceStatusCodeType
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.
-
#site ⇒ Object
Returns the value of attribute site.
-
#status ⇒ Object
Returns the value of attribute status.
Instance Method Summary collapse
-
#initialize(site = [], status = nil, alert = nil) ⇒ PerformanceDashboardType
constructor
A new instance of PerformanceDashboardType.
- #set_any(elements) ⇒ Object
Constructor Details
#initialize(site = [], status = nil, alert = nil) ⇒ PerformanceDashboardType
Returns a new instance of PerformanceDashboardType.
28687 28688 28689 28690 28691 28692 |
# File 'lib/eBay.rb', line 28687 def initialize(site = [], status = nil, alert = nil) @site = site @status = status @alert = alert @__xmlele_any = nil end |
Instance Attribute Details
#__xmlele_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
28681 28682 28683 |
# File 'lib/eBay.rb', line 28681 def __xmlele_any @__xmlele_any end |
#alert ⇒ Object
Returns the value of attribute alert.
28680 28681 28682 |
# File 'lib/eBay.rb', line 28680 def alert @alert end |
#site ⇒ Object
Returns the value of attribute site.
28678 28679 28680 |
# File 'lib/eBay.rb', line 28678 def site @site end |
#status ⇒ Object
Returns the value of attribute status.
28679 28680 28681 |
# File 'lib/eBay.rb', line 28679 def status @status end |
Instance Method Details
#set_any(elements) ⇒ Object
28683 28684 28685 |
# File 'lib/eBay.rb', line 28683 def set_any(elements) @__xmlele_any = elements end |