Class: EBay::SearchStandingDashboardType
- Inherits:
-
Object
- Object
- EBay::SearchStandingDashboardType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsSearchStandingDashboardType
status - EBay::SearchStandingStatusCodeType
Instance Attribute Summary collapse
-
#__xmlele_any ⇒ Object
readonly
Returns the value of attribute __xmlele_any.
-
#status ⇒ Object
Returns the value of attribute status.
Instance Method Summary collapse
-
#initialize(status = nil) ⇒ SearchStandingDashboardType
constructor
A new instance of SearchStandingDashboardType.
- #set_any(elements) ⇒ Object
Constructor Details
#initialize(status = nil) ⇒ SearchStandingDashboardType
Returns a new instance of SearchStandingDashboardType.
30911 30912 30913 30914 |
# File 'lib/eBay.rb', line 30911 def initialize(status = nil) @status = status @__xmlele_any = nil end |
Instance Attribute Details
#__xmlele_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
30905 30906 30907 |
# File 'lib/eBay.rb', line 30905 def __xmlele_any @__xmlele_any end |
#status ⇒ Object
Returns the value of attribute status.
30904 30905 30906 |
# File 'lib/eBay.rb', line 30904 def status @status end |
Instance Method Details
#set_any(elements) ⇒ Object
30907 30908 30909 |
# File 'lib/eBay.rb', line 30907 def set_any(elements) @__xmlele_any = elements end |