Class: EBay::SellerFeeDiscountDashboardType
- Inherits:
-
Object
- Object
- EBay::SellerFeeDiscountDashboardType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsSellerFeeDiscountDashboardType
percent - SOAP::SOAPFloat
Instance Attribute Summary collapse
-
#__xmlele_any ⇒ Object
readonly
Returns the value of attribute __xmlele_any.
-
#percent ⇒ Object
Returns the value of attribute percent.
Instance Method Summary collapse
-
#initialize(percent = nil) ⇒ SellerFeeDiscountDashboardType
constructor
A new instance of SellerFeeDiscountDashboardType.
- #set_any(elements) ⇒ Object
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_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
31072 31073 31074 |
# File 'lib/eBay.rb', line 31072 def __xmlele_any @__xmlele_any end |
#percent ⇒ Object
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 |