Class: EBay::PowerSellerDashboardType

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

Overview

urn:ebay:apis:eBLBaseComponentsPowerSellerDashboardType

level - EBay::SellerLevelCodeType
alert - EBay::SellerDashboardAlertType

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(level = nil, alert = []) ⇒ PowerSellerDashboardType

Returns a new instance of PowerSellerDashboardType.



29077
29078
29079
29080
29081
# File 'lib/eBay.rb', line 29077

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

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



29071
29072
29073
# File 'lib/eBay.rb', line 29071

def __xmlele_any
  @__xmlele_any
end

#alertObject

Returns the value of attribute alert.



29070
29071
29072
# File 'lib/eBay.rb', line 29070

def alert
  @alert
end

#levelObject

Returns the value of attribute level.



29069
29070
29071
# File 'lib/eBay.rb', line 29069

def level
  @level
end

Instance Method Details

#set_any(elements) ⇒ Object



29073
29074
29075
# File 'lib/eBay.rb', line 29073

def set_any(elements)
  @__xmlele_any = elements
end