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.



14132
14133
14134
14135
14136
# File 'lib/eBay.rb', line 14132

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.



14126
14127
14128
# File 'lib/eBay.rb', line 14126

def __xmlele_any
  @__xmlele_any
end

#buyingGuideObject

Returns the value of attribute buyingGuide.



14124
14125
14126
# File 'lib/eBay.rb', line 14124

def buyingGuide
  @buyingGuide
end

#buyingGuideHubObject

Returns the value of attribute buyingGuideHub.



14125
14126
14127
# File 'lib/eBay.rb', line 14125

def buyingGuideHub
  @buyingGuideHub
end

Instance Method Details

#set_any(elements) ⇒ Object



14128
14129
14130
# File 'lib/eBay.rb', line 14128

def set_any(elements)
  @__xmlele_any = elements
end