Class: EBay::AverageRatingSummaryType
- Inherits:
-
Object
- Object
- EBay::AverageRatingSummaryType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsAverageRatingSummaryType
feedbackSummaryPeriod - EBay::FeedbackSummaryPeriodCodeType
averageRatingDetails - EBay::AverageRatingDetailsType
Instance Attribute Summary collapse
-
#__xmlele_any ⇒ Object
readonly
Returns the value of attribute __xmlele_any.
-
#averageRatingDetails ⇒ Object
Returns the value of attribute averageRatingDetails.
-
#feedbackSummaryPeriod ⇒ Object
Returns the value of attribute feedbackSummaryPeriod.
Instance Method Summary collapse
-
#initialize(feedbackSummaryPeriod = nil, averageRatingDetails = []) ⇒ AverageRatingSummaryType
constructor
A new instance of AverageRatingSummaryType.
- #set_any(elements) ⇒ Object
Constructor Details
#initialize(feedbackSummaryPeriod = nil, averageRatingDetails = []) ⇒ AverageRatingSummaryType
Returns a new instance of AverageRatingSummaryType.
20868 20869 20870 20871 20872 |
# File 'lib/eBay.rb', line 20868 def initialize(feedbackSummaryPeriod = nil, averageRatingDetails = []) @feedbackSummaryPeriod = feedbackSummaryPeriod @averageRatingDetails = averageRatingDetails @__xmlele_any = nil end |
Instance Attribute Details
#__xmlele_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
20862 20863 20864 |
# File 'lib/eBay.rb', line 20862 def __xmlele_any @__xmlele_any end |
#averageRatingDetails ⇒ Object
Returns the value of attribute averageRatingDetails.
20861 20862 20863 |
# File 'lib/eBay.rb', line 20861 def averageRatingDetails @averageRatingDetails end |
#feedbackSummaryPeriod ⇒ Object
Returns the value of attribute feedbackSummaryPeriod.
20860 20861 20862 |
# File 'lib/eBay.rb', line 20860 def feedbackSummaryPeriod @feedbackSummaryPeriod end |
Instance Method Details
#set_any(elements) ⇒ Object
20864 20865 20866 |
# File 'lib/eBay.rb', line 20864 def set_any(elements) @__xmlele_any = elements end |