Class: EBay::ReviewType
- Inherits:
-
Object
- Object
- EBay::ReviewType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsReviewType
uRL - SOAP::SOAPAnyURI
title - SOAP::SOAPString
- SOAP::SOAPInt
text - SOAP::SOAPString
userID - (any)
creationTime - SOAP::SOAPDateTime
Instance Attribute Summary collapse
-
#__xmlele_any ⇒ Object
readonly
Returns the value of attribute __xmlele_any.
-
#creationTime ⇒ Object
Returns the value of attribute creationTime.
-
#rating ⇒ Object
Returns the value of attribute rating.
-
#text ⇒ Object
Returns the value of attribute text.
-
#title ⇒ Object
Returns the value of attribute title.
-
#uRL ⇒ Object
Returns the value of attribute uRL.
-
#userID ⇒ Object
Returns the value of attribute userID.
Instance Method Summary collapse
-
#initialize(uRL = nil, title = nil, rating = nil, text = nil, userID = nil, creationTime = nil) ⇒ ReviewType
constructor
A new instance of ReviewType.
- #set_any(elements) ⇒ Object
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, = nil, text = nil, userID = nil, creationTime = nil) @uRL = uRL @title = title @rating = @text = text @userID = userID @creationTime = creationTime @__xmlele_any = nil end |
Instance Attribute Details
#__xmlele_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
30656 30657 30658 |
# File 'lib/eBay.rb', line 30656 def __xmlele_any @__xmlele_any end |
#creationTime ⇒ Object
Returns the value of attribute creationTime.
30655 30656 30657 |
# File 'lib/eBay.rb', line 30655 def creationTime @creationTime end |
#rating ⇒ Object
Returns the value of attribute rating.
30652 30653 30654 |
# File 'lib/eBay.rb', line 30652 def @rating end |
#text ⇒ Object
Returns the value of attribute text.
30653 30654 30655 |
# File 'lib/eBay.rb', line 30653 def text @text end |
#title ⇒ Object
Returns the value of attribute title.
30651 30652 30653 |
# File 'lib/eBay.rb', line 30651 def title @title end |
#uRL ⇒ Object
Returns the value of attribute uRL.
30650 30651 30652 |
# File 'lib/eBay.rb', line 30650 def uRL @uRL end |
#userID ⇒ Object
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 |