Class: EBay::SearchStandingDashboardType

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

Overview

urn:ebay:apis:eBLBaseComponentsSearchStandingDashboardType

status - EBay::SearchStandingStatusCodeType

Instance Attribute Summary collapse

Instance Method Summary collapse

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

Returns the value of attribute __xmlele_any.



30905
30906
30907
# File 'lib/eBay.rb', line 30905

def __xmlele_any
  @__xmlele_any
end

#statusObject

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