Class: EBay::ItemRatingDetailsType
- Inherits:
-
Object
- Object
- EBay::ItemRatingDetailsType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsItemRatingDetailsType
- EBay::FeedbackRatingDetailCodeType
- 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.
-
#ratingDetail ⇒ Object
Returns the value of attribute ratingDetail.
Instance Method Summary collapse
-
#initialize(ratingDetail = nil, rating = nil) ⇒ ItemRatingDetailsType
constructor
A new instance of ItemRatingDetailsType.
- #set_any(elements) ⇒ Object
Constructor Details
#initialize(ratingDetail = nil, rating = nil) ⇒ ItemRatingDetailsType
Returns a new instance of ItemRatingDetailsType.
25322 25323 25324 25325 25326 |
# File 'lib/eBay.rb', line 25322 def initialize( = nil, = nil) @ratingDetail = @rating = @__xmlele_any = nil end |
Instance Attribute Details
#__xmlele_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
25316 25317 25318 |
# File 'lib/eBay.rb', line 25316 def __xmlele_any @__xmlele_any end |
#rating ⇒ Object
Returns the value of attribute rating.
25315 25316 25317 |
# File 'lib/eBay.rb', line 25315 def @rating end |
#ratingDetail ⇒ Object
Returns the value of attribute ratingDetail.
25314 25315 25316 |
# File 'lib/eBay.rb', line 25314 def @ratingDetail end |
Instance Method Details
#set_any(elements) ⇒ Object
25318 25319 25320 |
# File 'lib/eBay.rb', line 25318 def set_any(elements) @__xmlele_any = elements end |