Class: EBay::BuyingGuideDetailsType

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

Overview

urn:ebay:apis:eBLBaseComponentsBuyingGuideDetailsType

buyingGuide - EBay::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.



21546
21547
21548
21549
21550
# File 'lib/eBay.rb', line 21546

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.



21540
21541
21542
# File 'lib/eBay.rb', line 21540

def __xmlele_any
  @__xmlele_any
end

#buyingGuideObject

Returns the value of attribute buyingGuide.



21538
21539
21540
# File 'lib/eBay.rb', line 21538

def buyingGuide
  @buyingGuide
end

#buyingGuideHubObject

Returns the value of attribute buyingGuideHub.



21539
21540
21541
# File 'lib/eBay.rb', line 21539

def buyingGuideHub
  @buyingGuideHub
end

Instance Method Details

#set_any(elements) ⇒ Object



21542
21543
21544
# File 'lib/eBay.rb', line 21542

def set_any(elements)
  @__xmlele_any = elements
end