Class: EBay::SellerRoleMetricsType
- Inherits:
-
Object
- Object
- EBay::SellerRoleMetricsType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsSellerRoleMetricsType
positiveFeedbackLeftCount - SOAP::SOAPInt
negativeFeedbackLeftCount - SOAP::SOAPInt
neutralFeedbackLeftCount - SOAP::SOAPInt
feedbackLeftPercent - SOAP::SOAPFloat
repeatBuyerCount - SOAP::SOAPInt
repeatBuyerPercent - SOAP::SOAPFloat
uniqueBuyerCount - SOAP::SOAPInt
transactionPercent - SOAP::SOAPFloat
crossBorderTransactionCount - SOAP::SOAPInt
crossBorderTransactionPercent - SOAP::SOAPFloat
Instance Attribute Summary collapse
-
#__xmlele_any ⇒ Object
readonly
Returns the value of attribute __xmlele_any.
-
#crossBorderTransactionCount ⇒ Object
Returns the value of attribute crossBorderTransactionCount.
-
#crossBorderTransactionPercent ⇒ Object
Returns the value of attribute crossBorderTransactionPercent.
-
#feedbackLeftPercent ⇒ Object
Returns the value of attribute feedbackLeftPercent.
-
#negativeFeedbackLeftCount ⇒ Object
Returns the value of attribute negativeFeedbackLeftCount.
-
#neutralFeedbackLeftCount ⇒ Object
Returns the value of attribute neutralFeedbackLeftCount.
-
#positiveFeedbackLeftCount ⇒ Object
Returns the value of attribute positiveFeedbackLeftCount.
-
#repeatBuyerCount ⇒ Object
Returns the value of attribute repeatBuyerCount.
-
#repeatBuyerPercent ⇒ Object
Returns the value of attribute repeatBuyerPercent.
-
#transactionPercent ⇒ Object
Returns the value of attribute transactionPercent.
-
#uniqueBuyerCount ⇒ Object
Returns the value of attribute uniqueBuyerCount.
Instance Method Summary collapse
-
#initialize(positiveFeedbackLeftCount = nil, negativeFeedbackLeftCount = nil, neutralFeedbackLeftCount = nil, feedbackLeftPercent = nil, repeatBuyerCount = nil, repeatBuyerPercent = nil, uniqueBuyerCount = nil, transactionPercent = nil, crossBorderTransactionCount = nil, crossBorderTransactionPercent = nil) ⇒ SellerRoleMetricsType
constructor
A new instance of SellerRoleMetricsType.
- #set_any(elements) ⇒ Object
Constructor Details
#initialize(positiveFeedbackLeftCount = nil, negativeFeedbackLeftCount = nil, neutralFeedbackLeftCount = nil, feedbackLeftPercent = nil, repeatBuyerCount = nil, repeatBuyerPercent = nil, uniqueBuyerCount = nil, transactionPercent = nil, crossBorderTransactionCount = nil, crossBorderTransactionPercent = nil) ⇒ SellerRoleMetricsType
Returns a new instance of SellerRoleMetricsType.
31338 31339 31340 31341 31342 31343 31344 31345 31346 31347 31348 31349 31350 |
# File 'lib/eBay.rb', line 31338 def initialize(positiveFeedbackLeftCount = nil, negativeFeedbackLeftCount = nil, neutralFeedbackLeftCount = nil, feedbackLeftPercent = nil, repeatBuyerCount = nil, repeatBuyerPercent = nil, uniqueBuyerCount = nil, transactionPercent = nil, crossBorderTransactionCount = nil, crossBorderTransactionPercent = nil) @positiveFeedbackLeftCount = positiveFeedbackLeftCount @negativeFeedbackLeftCount = negativeFeedbackLeftCount @neutralFeedbackLeftCount = neutralFeedbackLeftCount @feedbackLeftPercent = feedbackLeftPercent @repeatBuyerCount = repeatBuyerCount @repeatBuyerPercent = repeatBuyerPercent @uniqueBuyerCount = uniqueBuyerCount @transactionPercent = transactionPercent @crossBorderTransactionCount = crossBorderTransactionCount @crossBorderTransactionPercent = crossBorderTransactionPercent @__xmlele_any = nil end |
Instance Attribute Details
#__xmlele_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
31332 31333 31334 |
# File 'lib/eBay.rb', line 31332 def __xmlele_any @__xmlele_any end |
#crossBorderTransactionCount ⇒ Object
Returns the value of attribute crossBorderTransactionCount.
31330 31331 31332 |
# File 'lib/eBay.rb', line 31330 def crossBorderTransactionCount @crossBorderTransactionCount end |
#crossBorderTransactionPercent ⇒ Object
Returns the value of attribute crossBorderTransactionPercent.
31331 31332 31333 |
# File 'lib/eBay.rb', line 31331 def crossBorderTransactionPercent @crossBorderTransactionPercent end |
#feedbackLeftPercent ⇒ Object
Returns the value of attribute feedbackLeftPercent.
31325 31326 31327 |
# File 'lib/eBay.rb', line 31325 def feedbackLeftPercent @feedbackLeftPercent end |
#negativeFeedbackLeftCount ⇒ Object
Returns the value of attribute negativeFeedbackLeftCount.
31323 31324 31325 |
# File 'lib/eBay.rb', line 31323 def negativeFeedbackLeftCount @negativeFeedbackLeftCount end |
#neutralFeedbackLeftCount ⇒ Object
Returns the value of attribute neutralFeedbackLeftCount.
31324 31325 31326 |
# File 'lib/eBay.rb', line 31324 def neutralFeedbackLeftCount @neutralFeedbackLeftCount end |
#positiveFeedbackLeftCount ⇒ Object
Returns the value of attribute positiveFeedbackLeftCount.
31322 31323 31324 |
# File 'lib/eBay.rb', line 31322 def positiveFeedbackLeftCount @positiveFeedbackLeftCount end |
#repeatBuyerCount ⇒ Object
Returns the value of attribute repeatBuyerCount.
31326 31327 31328 |
# File 'lib/eBay.rb', line 31326 def repeatBuyerCount @repeatBuyerCount end |
#repeatBuyerPercent ⇒ Object
Returns the value of attribute repeatBuyerPercent.
31327 31328 31329 |
# File 'lib/eBay.rb', line 31327 def repeatBuyerPercent @repeatBuyerPercent end |
#transactionPercent ⇒ Object
Returns the value of attribute transactionPercent.
31329 31330 31331 |
# File 'lib/eBay.rb', line 31329 def transactionPercent @transactionPercent end |
#uniqueBuyerCount ⇒ Object
Returns the value of attribute uniqueBuyerCount.
31328 31329 31330 |
# File 'lib/eBay.rb', line 31328 def uniqueBuyerCount @uniqueBuyerCount end |
Instance Method Details
#set_any(elements) ⇒ Object
31334 31335 31336 |
# File 'lib/eBay.rb', line 31334 def set_any(elements) @__xmlele_any = elements end |