Class: ReviewType

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

Overview

urn:ebay:apis:eBLBaseComponentsReviewType

uRL - SOAP::SOAPAnyURI
title - SOAP::SOAPString
rating - SOAP::SOAPInt
text - SOAP::SOAPString
userID - (any)
creationTime - SOAP::SOAPDateTime

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(uRL = nil, title = nil, rating = nil, text = nil, userID = nil, creationTime = nil) ⇒ ReviewType

Returns a new instance of ReviewType.



23178
23179
23180
23181
23182
23183
23184
23185
23186
# File 'lib/eBay.rb', line 23178

def initialize(uRL = nil, title = nil, rating = nil, text = nil, userID = nil, creationTime = nil)
  @uRL = uRL
  @title = title
  @rating = rating
  @text = text
  @userID = userID
  @creationTime = creationTime
  @__xmlele_any = nil
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



23172
23173
23174
# File 'lib/eBay.rb', line 23172

def __xmlele_any
  @__xmlele_any
end

#creationTimeObject

Returns the value of attribute creationTime.



23171
23172
23173
# File 'lib/eBay.rb', line 23171

def creationTime
  @creationTime
end

#ratingObject

Returns the value of attribute rating.



23168
23169
23170
# File 'lib/eBay.rb', line 23168

def rating
  @rating
end

#textObject

Returns the value of attribute text.



23169
23170
23171
# File 'lib/eBay.rb', line 23169

def text
  @text
end

#titleObject

Returns the value of attribute title.



23167
23168
23169
# File 'lib/eBay.rb', line 23167

def title
  @title
end

#uRLObject

Returns the value of attribute uRL.



23166
23167
23168
# File 'lib/eBay.rb', line 23166

def uRL
  @uRL
end

#userIDObject

Returns the value of attribute userID.



23170
23171
23172
# File 'lib/eBay.rb', line 23170

def userID
  @userID
end

Instance Method Details

#set_any(elements) ⇒ Object



23174
23175
23176
# File 'lib/eBay.rb', line 23174

def set_any(elements)
  @__xmlele_any = elements
end