Class: BuyingGuideDetailsType

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

Overview

urn:ebay:apis:eBLBaseComponentsBuyingGuideDetailsType

buyingGuide - BuyingGuideType
buyingGuideHub - SOAP::SOAPAnyURI

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of BuyingGuideDetailsType.



17317
17318
17319
17320
17321
# File 'lib/eBay.rb', line 17317

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.



17311
17312
17313
# File 'lib/eBay.rb', line 17311

def __xmlele_any
  @__xmlele_any
end

#buyingGuideObject

Returns the value of attribute buyingGuide.



17309
17310
17311
# File 'lib/eBay.rb', line 17309

def buyingGuide
  @buyingGuide
end

#buyingGuideHubObject

Returns the value of attribute buyingGuideHub.



17310
17311
17312
# File 'lib/eBay.rb', line 17310

def buyingGuideHub
  @buyingGuideHub
end

Instance Method Details

#set_any(elements) ⇒ Object



17313
17314
17315
# File 'lib/eBay.rb', line 17313

def set_any(elements)
  @__xmlele_any = elements
end