Class: EBay::BuyingGuideType
- Inherits:
-
Object
- Object
- EBay::BuyingGuideType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsBuyingGuideType
name - SOAP::SOAPString
uRL - SOAP::SOAPAnyURI
categoryID - SOAP::SOAPString
productFinderID - SOAP::SOAPInt
title - SOAP::SOAPString
text - SOAP::SOAPString
creationTime - SOAP::SOAPDateTime
userID - (any)
Instance Attribute Summary collapse
-
#__xmlele_any ⇒ Object
readonly
Returns the value of attribute __xmlele_any.
-
#categoryID ⇒ Object
Returns the value of attribute categoryID.
-
#creationTime ⇒ Object
Returns the value of attribute creationTime.
-
#name ⇒ Object
Returns the value of attribute name.
-
#productFinderID ⇒ Object
Returns the value of attribute productFinderID.
-
#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(name = nil, uRL = nil, categoryID = nil, productFinderID = nil, title = nil, text = nil, creationTime = nil, userID = nil) ⇒ BuyingGuideType
constructor
A new instance of BuyingGuideType.
- #set_any(elements) ⇒ Object
Constructor Details
#initialize(name = nil, uRL = nil, categoryID = nil, productFinderID = nil, title = nil, text = nil, creationTime = nil, userID = nil) ⇒ BuyingGuideType
Returns a new instance of BuyingGuideType.
21577 21578 21579 21580 21581 21582 21583 21584 21585 21586 21587 |
# File 'lib/eBay.rb', line 21577 def initialize(name = nil, uRL = nil, categoryID = nil, productFinderID = nil, title = nil, text = nil, creationTime = nil, userID = nil) @name = name @uRL = uRL @categoryID = categoryID @productFinderID = productFinderID @title = title @text = text @creationTime = creationTime @userID = userID @__xmlele_any = nil end |
Instance Attribute Details
#__xmlele_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
21571 21572 21573 |
# File 'lib/eBay.rb', line 21571 def __xmlele_any @__xmlele_any end |
#categoryID ⇒ Object
Returns the value of attribute categoryID.
21565 21566 21567 |
# File 'lib/eBay.rb', line 21565 def categoryID @categoryID end |
#creationTime ⇒ Object
Returns the value of attribute creationTime.
21569 21570 21571 |
# File 'lib/eBay.rb', line 21569 def creationTime @creationTime end |
#name ⇒ Object
Returns the value of attribute name.
21563 21564 21565 |
# File 'lib/eBay.rb', line 21563 def name @name end |
#productFinderID ⇒ Object
Returns the value of attribute productFinderID.
21566 21567 21568 |
# File 'lib/eBay.rb', line 21566 def productFinderID @productFinderID end |
#text ⇒ Object
Returns the value of attribute text.
21568 21569 21570 |
# File 'lib/eBay.rb', line 21568 def text @text end |
#title ⇒ Object
Returns the value of attribute title.
21567 21568 21569 |
# File 'lib/eBay.rb', line 21567 def title @title end |
#uRL ⇒ Object
Returns the value of attribute uRL.
21564 21565 21566 |
# File 'lib/eBay.rb', line 21564 def uRL @uRL end |
#userID ⇒ Object
Returns the value of attribute userID.
21570 21571 21572 |
# File 'lib/eBay.rb', line 21570 def userID @userID end |
Instance Method Details
#set_any(elements) ⇒ Object
21573 21574 21575 |
# File 'lib/eBay.rb', line 21573 def set_any(elements) @__xmlele_any = elements end |