Class: EBay::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.



30662
30663
30664
30665
30666
30667
30668
30669
30670
# File 'lib/eBay.rb', line 30662

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.



30656
30657
30658
# File 'lib/eBay.rb', line 30656

def __xmlele_any
  @__xmlele_any
end

#creationTimeObject

Returns the value of attribute creationTime.



30655
30656
30657
# File 'lib/eBay.rb', line 30655

def creationTime
  @creationTime
end

#ratingObject

Returns the value of attribute rating.



30652
30653
30654
# File 'lib/eBay.rb', line 30652

def rating
  @rating
end

#textObject

Returns the value of attribute text.



30653
30654
30655
# File 'lib/eBay.rb', line 30653

def text
  @text
end

#titleObject

Returns the value of attribute title.



30651
30652
30653
# File 'lib/eBay.rb', line 30651

def title
  @title
end

#uRLObject

Returns the value of attribute uRL.



30650
30651
30652
# File 'lib/eBay.rb', line 30650

def uRL
  @uRL
end

#userIDObject

Returns the value of attribute userID.



30654
30655
30656
# File 'lib/eBay.rb', line 30654

def userID
  @userID
end

Instance Method Details

#set_any(elements) ⇒ Object



30658
30659
30660
# File 'lib/eBay.rb', line 30658

def set_any(elements)
  @__xmlele_any = elements
end