Class: EBay::SellerFeeDiscountDashboardType

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

Overview

urn:ebay:apis:eBLBaseComponentsSellerFeeDiscountDashboardType

percent - SOAP::SOAPFloat

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(percent = nil) ⇒ SellerFeeDiscountDashboardType

Returns a new instance of SellerFeeDiscountDashboardType.



31078
31079
31080
31081
# File 'lib/eBay.rb', line 31078

def initialize(percent = nil)
  @percent = percent
  @__xmlele_any = nil
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



31072
31073
31074
# File 'lib/eBay.rb', line 31072

def __xmlele_any
  @__xmlele_any
end

#percentObject

Returns the value of attribute percent.



31071
31072
31073
# File 'lib/eBay.rb', line 31071

def percent
  @percent
end

Instance Method Details

#set_any(elements) ⇒ Object



31074
31075
31076
# File 'lib/eBay.rb', line 31074

def set_any(elements)
  @__xmlele_any = elements
end