Class: EBay::AverageRatingSummaryType

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

Overview

urn:ebay:apis:eBLBaseComponentsAverageRatingSummaryType

feedbackSummaryPeriod - EBay::FeedbackSummaryPeriodCodeType
averageRatingDetails - EBay::AverageRatingDetailsType

Instance Attribute Summary collapse

Instance Method Summary collapse

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

Returns the value of attribute __xmlele_any.



20862
20863
20864
# File 'lib/eBay.rb', line 20862

def __xmlele_any
  @__xmlele_any
end

#averageRatingDetailsObject

Returns the value of attribute averageRatingDetails.



20861
20862
20863
# File 'lib/eBay.rb', line 20861

def averageRatingDetails
  @averageRatingDetails
end

#feedbackSummaryPeriodObject

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