Class: EBay::BuyerRoleMetricsType

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

Overview

urn:ebay:apis:eBLBaseComponentsBuyerRoleMetricsType

positiveFeedbackLeftCount - SOAP::SOAPInt
negativeFeedbackLeftCount - SOAP::SOAPInt
neutralFeedbackLeftCount - SOAP::SOAPInt
feedbackLeftPercent - SOAP::SOAPFloat

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(positiveFeedbackLeftCount = nil, negativeFeedbackLeftCount = nil, neutralFeedbackLeftCount = nil, feedbackLeftPercent = nil) ⇒ BuyerRoleMetricsType

Returns a new instance of BuyerRoleMetricsType.



21487
21488
21489
21490
21491
21492
21493
# File 'lib/eBay.rb', line 21487

def initialize(positiveFeedbackLeftCount = nil, negativeFeedbackLeftCount = nil, neutralFeedbackLeftCount = nil, feedbackLeftPercent = nil)
  @positiveFeedbackLeftCount = positiveFeedbackLeftCount
  @negativeFeedbackLeftCount = negativeFeedbackLeftCount
  @neutralFeedbackLeftCount = neutralFeedbackLeftCount
  @feedbackLeftPercent = feedbackLeftPercent
  @__xmlele_any = nil
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



21481
21482
21483
# File 'lib/eBay.rb', line 21481

def __xmlele_any
  @__xmlele_any
end

#feedbackLeftPercentObject

Returns the value of attribute feedbackLeftPercent.



21480
21481
21482
# File 'lib/eBay.rb', line 21480

def feedbackLeftPercent
  @feedbackLeftPercent
end

#negativeFeedbackLeftCountObject

Returns the value of attribute negativeFeedbackLeftCount.



21478
21479
21480
# File 'lib/eBay.rb', line 21478

def negativeFeedbackLeftCount
  @negativeFeedbackLeftCount
end

#neutralFeedbackLeftCountObject

Returns the value of attribute neutralFeedbackLeftCount.



21479
21480
21481
# File 'lib/eBay.rb', line 21479

def neutralFeedbackLeftCount
  @neutralFeedbackLeftCount
end

#positiveFeedbackLeftCountObject

Returns the value of attribute positiveFeedbackLeftCount.



21477
21478
21479
# File 'lib/eBay.rb', line 21477

def positiveFeedbackLeftCount
  @positiveFeedbackLeftCount
end

Instance Method Details

#set_any(elements) ⇒ Object



21483
21484
21485
# File 'lib/eBay.rb', line 21483

def set_any(elements)
  @__xmlele_any = elements
end