Class: BuyingGuideDetailsType

Inherits:
Object
  • Object
show all
Defined in:
lib/eBay.rb

Overview

urn:ebay:apis:eBLBaseComponentsBuyingGuideDetailsType

Constant Summary collapse

@@schema_type =
"BuyingGuideDetailsType"
@@schema_ns =
"urn:ebay:apis:eBLBaseComponents"
@@schema_element =
[
  ["buyingGuide", ["BuyingGuideType[]", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "BuyingGuide")]],
  ["buyingGuideHub", ["SOAP::SOAPAnyURI", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "BuyingGuideHub")]],
  ["any", [nil, XSD::QName.new("http://www.w3.org/2001/XMLSchema", "anyType")]]
]

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(buyingGuide = [], buyingGuideHub = nil) ⇒ BuyingGuideDetailsType

Returns a new instance of BuyingGuideDetailsType.



15804
15805
15806
15807
15808
# File 'lib/eBay.rb', line 15804

def initialize(buyingGuide = [], buyingGuideHub = nil)
  @buyingGuide = buyingGuide
  @buyingGuideHub = buyingGuideHub
  @__xmlele_any = nil
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



15798
15799
15800
# File 'lib/eBay.rb', line 15798

def __xmlele_any
  @__xmlele_any
end

#buyingGuideObject

Returns the value of attribute buyingGuide.



15796
15797
15798
# File 'lib/eBay.rb', line 15796

def buyingGuide
  @buyingGuide
end

#buyingGuideHubObject

Returns the value of attribute buyingGuideHub.



15797
15798
15799
# File 'lib/eBay.rb', line 15797

def buyingGuideHub
  @buyingGuideHub
end

Instance Method Details

#set_any(elements) ⇒ Object



15800
15801
15802
# File 'lib/eBay.rb', line 15800

def set_any(elements)
  @__xmlele_any = elements
end