Class: EBay::SellerRoleMetricsType

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

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_anyObject (readonly)

Returns the value of attribute __xmlele_any.



31332
31333
31334
# File 'lib/eBay.rb', line 31332

def __xmlele_any
  @__xmlele_any
end

#crossBorderTransactionCountObject

Returns the value of attribute crossBorderTransactionCount.



31330
31331
31332
# File 'lib/eBay.rb', line 31330

def crossBorderTransactionCount
  @crossBorderTransactionCount
end

#crossBorderTransactionPercentObject

Returns the value of attribute crossBorderTransactionPercent.



31331
31332
31333
# File 'lib/eBay.rb', line 31331

def crossBorderTransactionPercent
  @crossBorderTransactionPercent
end

#feedbackLeftPercentObject

Returns the value of attribute feedbackLeftPercent.



31325
31326
31327
# File 'lib/eBay.rb', line 31325

def feedbackLeftPercent
  @feedbackLeftPercent
end

#negativeFeedbackLeftCountObject

Returns the value of attribute negativeFeedbackLeftCount.



31323
31324
31325
# File 'lib/eBay.rb', line 31323

def negativeFeedbackLeftCount
  @negativeFeedbackLeftCount
end

#neutralFeedbackLeftCountObject

Returns the value of attribute neutralFeedbackLeftCount.



31324
31325
31326
# File 'lib/eBay.rb', line 31324

def neutralFeedbackLeftCount
  @neutralFeedbackLeftCount
end

#positiveFeedbackLeftCountObject

Returns the value of attribute positiveFeedbackLeftCount.



31322
31323
31324
# File 'lib/eBay.rb', line 31322

def positiveFeedbackLeftCount
  @positiveFeedbackLeftCount
end

#repeatBuyerCountObject

Returns the value of attribute repeatBuyerCount.



31326
31327
31328
# File 'lib/eBay.rb', line 31326

def repeatBuyerCount
  @repeatBuyerCount
end

#repeatBuyerPercentObject

Returns the value of attribute repeatBuyerPercent.



31327
31328
31329
# File 'lib/eBay.rb', line 31327

def repeatBuyerPercent
  @repeatBuyerPercent
end

#transactionPercentObject

Returns the value of attribute transactionPercent.



31329
31330
31331
# File 'lib/eBay.rb', line 31329

def transactionPercent
  @transactionPercent
end

#uniqueBuyerCountObject

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