Class: BuyingGuideType
- Inherits:
-
Object
- Object
- BuyingGuideType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsBuyingGuideType
Constant Summary collapse
- @@schema_type =
"BuyingGuideType"
- @@schema_ns =
"urn:ebay:apis:eBLBaseComponents"
- @@schema_element =
[ ["name", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "Name")]], ["uRL", ["SOAP::SOAPAnyURI", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "URL")]], ["categoryID", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "CategoryID")]], ["productFinderID", ["SOAP::SOAPInt", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "ProductFinderID")]], ["any", [nil, XSD::QName.new("http://www.w3.org/2001/XMLSchema", "anyType")]] ]
Instance Attribute Summary collapse
-
#__xmlele_any ⇒ Object
readonly
Returns the value of attribute __xmlele_any.
-
#categoryID ⇒ Object
Returns the value of attribute categoryID.
-
#name ⇒ Object
Returns the value of attribute name.
-
#productFinderID ⇒ Object
Returns the value of attribute productFinderID.
-
#uRL ⇒ Object
Returns the value of attribute uRL.
Instance Method Summary collapse
-
#initialize(name = nil, uRL = nil, categoryID = nil, productFinderID = nil) ⇒ BuyingGuideType
constructor
A new instance of BuyingGuideType.
- #set_any(elements) ⇒ Object
Constructor Details
#initialize(name = nil, uRL = nil, categoryID = nil, productFinderID = nil) ⇒ BuyingGuideType
Returns a new instance of BuyingGuideType.
15833 15834 15835 15836 15837 15838 15839 |
# File 'lib/eBay.rb', line 15833 def initialize(name = nil, uRL = nil, categoryID = nil, productFinderID = nil) @name = name @uRL = uRL @categoryID = categoryID @productFinderID = productFinderID @__xmlele_any = nil end |
Instance Attribute Details
#__xmlele_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
15827 15828 15829 |
# File 'lib/eBay.rb', line 15827 def __xmlele_any @__xmlele_any end |
#categoryID ⇒ Object
Returns the value of attribute categoryID.
15825 15826 15827 |
# File 'lib/eBay.rb', line 15825 def categoryID @categoryID end |
#name ⇒ Object
Returns the value of attribute name.
15823 15824 15825 |
# File 'lib/eBay.rb', line 15823 def name @name end |
#productFinderID ⇒ Object
Returns the value of attribute productFinderID.
15826 15827 15828 |
# File 'lib/eBay.rb', line 15826 def productFinderID @productFinderID end |
#uRL ⇒ Object
Returns the value of attribute uRL.
15824 15825 15826 |
# File 'lib/eBay.rb', line 15824 def uRL @uRL end |
Instance Method Details
#set_any(elements) ⇒ Object
15829 15830 15831 |
# File 'lib/eBay.rb', line 15829 def set_any(elements) @__xmlele_any = elements end |