Class: EBay::PolicyComplianceDashboardType
- Inherits:
-
Object
- Object
- EBay::PolicyComplianceDashboardType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsPolicyComplianceDashboardType
status - EBay::PolicyComplianceStatusCodeType
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 = []) ⇒ PolicyComplianceDashboardType
constructor
A new instance of PolicyComplianceDashboardType.
- #set_any(elements) ⇒ Object
Constructor Details
#initialize(status = nil, alert = []) ⇒ PolicyComplianceDashboardType
Returns a new instance of PolicyComplianceDashboardType.
29039 29040 29041 29042 29043 |
# File 'lib/eBay.rb', line 29039 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.
29033 29034 29035 |
# File 'lib/eBay.rb', line 29033 def __xmlele_any @__xmlele_any end |
#alert ⇒ Object
Returns the value of attribute alert.
29032 29033 29034 |
# File 'lib/eBay.rb', line 29032 def alert @alert end |
#status ⇒ Object
Returns the value of attribute status.
29031 29032 29033 |
# File 'lib/eBay.rb', line 29031 def status @status end |
Instance Method Details
#set_any(elements) ⇒ Object
29035 29036 29037 |
# File 'lib/eBay.rb', line 29035 def set_any(elements) @__xmlele_any = elements end |