Class: EBay::ReviewDetailsType

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

Overview

urn:ebay:apis:eBLBaseComponentsReviewDetailsType

averageRating - SOAP::SOAPFloat
review - EBay::ReviewType

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of ReviewDetailsType.



30635
30636
30637
30638
30639
# File 'lib/eBay.rb', line 30635

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.



30629
30630
30631
# File 'lib/eBay.rb', line 30629

def __xmlele_any
  @__xmlele_any
end

#averageRatingObject

Returns the value of attribute averageRating.



30627
30628
30629
# File 'lib/eBay.rb', line 30627

def averageRating
  @averageRating
end

#reviewObject

Returns the value of attribute review.



30628
30629
30630
# File 'lib/eBay.rb', line 30628

def review
  @review
end

Instance Method Details

#set_any(elements) ⇒ Object



30631
30632
30633
# File 'lib/eBay.rb', line 30631

def set_any(elements)
  @__xmlele_any = elements
end