Class: EBay::PerformanceDashboardType

Inherits:
Object
  • Object
show all
Defined in:
lib/eBay.rb

Overview

urn:ebay:apis:eBLBaseComponentsPerformanceDashboardType

site - EBay::SiteCodeType
status - EBay::PerformanceStatusCodeType
alert - EBay::SellerDashboardAlertType

Instance Attribute Summary collapse

Instance Method Summary collapse

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_anyObject (readonly)

Returns the value of attribute __xmlele_any.



28681
28682
28683
# File 'lib/eBay.rb', line 28681

def __xmlele_any
  @__xmlele_any
end

#alertObject

Returns the value of attribute alert.



28680
28681
28682
# File 'lib/eBay.rb', line 28680

def alert
  @alert
end

#siteObject

Returns the value of attribute site.



28678
28679
28680
# File 'lib/eBay.rb', line 28678

def site
  @site
end

#statusObject

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