Class: EBay::MinimumFeedbackScoreDetailsType
- Inherits:
-
Object
- Object
- EBay::MinimumFeedbackScoreDetailsType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsMinimumFeedbackScoreDetailsType
feedbackScore - SOAP::SOAPInt
Instance Attribute Summary collapse
-
#__xmlele_any ⇒ Object
readonly
Returns the value of attribute __xmlele_any.
-
#feedbackScore ⇒ Object
Returns the value of attribute feedbackScore.
Instance Method Summary collapse
-
#initialize(feedbackScore = []) ⇒ MinimumFeedbackScoreDetailsType
constructor
A new instance of MinimumFeedbackScoreDetailsType.
- #set_any(elements) ⇒ Object
Constructor Details
#initialize(feedbackScore = []) ⇒ MinimumFeedbackScoreDetailsType
Returns a new instance of MinimumFeedbackScoreDetailsType.
27083 27084 27085 27086 |
# File 'lib/eBay.rb', line 27083 def initialize(feedbackScore = []) @feedbackScore = feedbackScore @__xmlele_any = nil end |
Instance Attribute Details
#__xmlele_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
27077 27078 27079 |
# File 'lib/eBay.rb', line 27077 def __xmlele_any @__xmlele_any end |
#feedbackScore ⇒ Object
Returns the value of attribute feedbackScore.
27076 27077 27078 |
# File 'lib/eBay.rb', line 27076 def feedbackScore @feedbackScore end |
Instance Method Details
#set_any(elements) ⇒ Object
27079 27080 27081 |
# File 'lib/eBay.rb', line 27079 def set_any(elements) @__xmlele_any = elements end |