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.



12545
12546
12547
12548
12549
12550
12551
# File 'lib/eBay.rb', line 12545

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.



12539
12540
12541
# File 'lib/eBay.rb', line 12539

def __xmlele_any
  @__xmlele_any
end

#categoryIDObject

Returns the value of attribute categoryID.



12537
12538
12539
# File 'lib/eBay.rb', line 12537

def categoryID
  @categoryID
end

#nameObject

Returns the value of attribute name.



12535
12536
12537
# File 'lib/eBay.rb', line 12535

def name
  @name
end

#productFinderIDObject

Returns the value of attribute productFinderID.



12538
12539
12540
# File 'lib/eBay.rb', line 12538

def productFinderID
  @productFinderID
end

#uRLObject

Returns the value of attribute uRL.



12536
12537
12538
# File 'lib/eBay.rb', line 12536

def uRL
  @uRL
end

Instance Method Details

#set_any(elements) ⇒ Object



12541
12542
12543
# File 'lib/eBay.rb', line 12541

def set_any(elements)
  @__xmlele_any = elements
end