Class: ReviewDetailsType

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

Overview

urn:ebay:apis:eBLBaseComponentsReviewDetailsType

averageRating - SOAP::SOAPFloat
review - ReviewType

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(averageRating = nil, review = []) ⇒ ReviewDetailsType

Returns a new instance of ReviewDetailsType.



23151
23152
23153
23154
23155
# File 'lib/eBay.rb', line 23151

def initialize(averageRating = nil, review = [])
  @averageRating = averageRating
  @review = review
  @__xmlele_any = nil
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



23145
23146
23147
# File 'lib/eBay.rb', line 23145

def __xmlele_any
  @__xmlele_any
end

#averageRatingObject

Returns the value of attribute averageRating.



23143
23144
23145
# File 'lib/eBay.rb', line 23143

def averageRating
  @averageRating
end

#reviewObject

Returns the value of attribute review.



23144
23145
23146
# File 'lib/eBay.rb', line 23144

def review
  @review
end

Instance Method Details

#set_any(elements) ⇒ Object



23147
23148
23149
# File 'lib/eBay.rb', line 23147

def set_any(elements)
  @__xmlele_any = elements
end