Class: BuyingGuideType

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

Constructor Details

#initialize(name = nil, uRL = nil, categoryID = nil, productFinderID = nil) ⇒ BuyingGuideType

Returns a new instance of BuyingGuideType.



14161
14162
14163
14164
14165
14166
14167
# File 'lib/eBay.rb', line 14161

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_anyObject (readonly)

Returns the value of attribute __xmlele_any.



14155
14156
14157
# File 'lib/eBay.rb', line 14155

def __xmlele_any
  @__xmlele_any
end

#categoryIDObject

Returns the value of attribute categoryID.



14153
14154
14155
# File 'lib/eBay.rb', line 14153

def categoryID
  @categoryID
end

#nameObject

Returns the value of attribute name.



14151
14152
14153
# File 'lib/eBay.rb', line 14151

def name
  @name
end

#productFinderIDObject

Returns the value of attribute productFinderID.



14154
14155
14156
# File 'lib/eBay.rb', line 14154

def productFinderID
  @productFinderID
end

#uRLObject

Returns the value of attribute uRL.



14152
14153
14154
# File 'lib/eBay.rb', line 14152

def uRL
  @uRL
end

Instance Method Details

#set_any(elements) ⇒ Object



14157
14158
14159
# File 'lib/eBay.rb', line 14157

def set_any(elements)
  @__xmlele_any = elements
end