Class: EBay::BuyerRoleMetricsType
- Inherits:
-
Object
- Object
- EBay::BuyerRoleMetricsType
- 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
-
#__xmlele_any ⇒ Object
readonly
Returns the value of attribute __xmlele_any.
-
#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.
Instance Method Summary collapse
-
#initialize(positiveFeedbackLeftCount = nil, negativeFeedbackLeftCount = nil, neutralFeedbackLeftCount = nil, feedbackLeftPercent = nil) ⇒ BuyerRoleMetricsType
constructor
A new instance of BuyerRoleMetricsType.
- #set_any(elements) ⇒ Object
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_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
21481 21482 21483 |
# File 'lib/eBay.rb', line 21481 def __xmlele_any @__xmlele_any end |
#feedbackLeftPercent ⇒ Object
Returns the value of attribute feedbackLeftPercent.
21480 21481 21482 |
# File 'lib/eBay.rb', line 21480 def feedbackLeftPercent @feedbackLeftPercent end |
#negativeFeedbackLeftCount ⇒ Object
Returns the value of attribute negativeFeedbackLeftCount.
21478 21479 21480 |
# File 'lib/eBay.rb', line 21478 def negativeFeedbackLeftCount @negativeFeedbackLeftCount end |
#neutralFeedbackLeftCount ⇒ Object
Returns the value of attribute neutralFeedbackLeftCount.
21479 21480 21481 |
# File 'lib/eBay.rb', line 21479 def neutralFeedbackLeftCount @neutralFeedbackLeftCount end |
#positiveFeedbackLeftCount ⇒ Object
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 |