Class: EBay::SellerAccountDashboardType

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

Overview

urn:ebay:apis:eBLBaseComponentsSellerAccountDashboardType

status - EBay::SellerAccountStatusCodeType
alert - EBay::SellerDashboardAlertType

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(status = nil, alert = []) ⇒ SellerAccountDashboardType

Returns a new instance of SellerAccountDashboardType.



30929
30930
30931
30932
30933
# File 'lib/eBay.rb', line 30929

def initialize(status = nil, alert = [])
  @status = status
  @alert = alert
  @__xmlele_any = nil
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



30923
30924
30925
# File 'lib/eBay.rb', line 30923

def __xmlele_any
  @__xmlele_any
end

#alertObject

Returns the value of attribute alert.



30922
30923
30924
# File 'lib/eBay.rb', line 30922

def alert
  @alert
end

#statusObject

Returns the value of attribute status.



30921
30922
30923
# File 'lib/eBay.rb', line 30921

def status
  @status
end

Instance Method Details

#set_any(elements) ⇒ Object



30925
30926
30927
# File 'lib/eBay.rb', line 30925

def set_any(elements)
  @__xmlele_any = elements
end