Class: EBay::AverageRatingDetailsType
- Inherits:
-
Object
- Object
- EBay::AverageRatingDetailsType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsAverageRatingDetailsType
- EBay::FeedbackRatingDetailCodeType
- SOAP::SOAPDouble
- SOAP::SOAPInt
Instance Attribute Summary collapse
-
#__xmlele_any ⇒ Object
readonly
Returns the value of attribute __xmlele_any.
-
#rating ⇒ Object
Returns the value of attribute rating.
-
#ratingCount ⇒ Object
Returns the value of attribute ratingCount.
-
#ratingDetail ⇒ Object
Returns the value of attribute ratingDetail.
Instance Method Summary collapse
-
#initialize(ratingDetail = nil, rating = nil, ratingCount = nil) ⇒ AverageRatingDetailsType
constructor
A new instance of AverageRatingDetailsType.
- #set_any(elements) ⇒ Object
Constructor Details
#initialize(ratingDetail = nil, rating = nil, ratingCount = nil) ⇒ AverageRatingDetailsType
Returns a new instance of AverageRatingDetailsType.
20848 20849 20850 20851 20852 20853 |
# File 'lib/eBay.rb', line 20848 def initialize( = nil, = nil, = nil) @ratingDetail = @rating = @ratingCount = @__xmlele_any = nil end |
Instance Attribute Details
#__xmlele_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
20842 20843 20844 |
# File 'lib/eBay.rb', line 20842 def __xmlele_any @__xmlele_any end |
#rating ⇒ Object
Returns the value of attribute rating.
20840 20841 20842 |
# File 'lib/eBay.rb', line 20840 def @rating end |
#ratingCount ⇒ Object
Returns the value of attribute ratingCount.
20841 20842 20843 |
# File 'lib/eBay.rb', line 20841 def @ratingCount end |
#ratingDetail ⇒ Object
Returns the value of attribute ratingDetail.
20839 20840 20841 |
# File 'lib/eBay.rb', line 20839 def @ratingDetail end |
Instance Method Details
#set_any(elements) ⇒ Object
20844 20845 20846 |
# File 'lib/eBay.rb', line 20844 def set_any(elements) @__xmlele_any = elements end |