Class: EBay::BuyingGuideDetailsType
- Inherits:
-
Object
- Object
- EBay::BuyingGuideDetailsType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsBuyingGuideDetailsType
- EBay::BuyingGuideType
- SOAP::SOAPAnyURI
Instance Attribute Summary collapse
-
#__xmlele_any ⇒ Object
readonly
Returns the value of attribute __xmlele_any.
-
#buyingGuide ⇒ Object
Returns the value of attribute buyingGuide.
-
#buyingGuideHub ⇒ Object
Returns the value of attribute buyingGuideHub.
Instance Method Summary collapse
-
#initialize(buyingGuide = [], buyingGuideHub = nil) ⇒ BuyingGuideDetailsType
constructor
A new instance of BuyingGuideDetailsType.
- #set_any(elements) ⇒ Object
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( = [], = nil) @buyingGuide = @buyingGuideHub = @__xmlele_any = nil end |
Instance Attribute Details
#__xmlele_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
21540 21541 21542 |
# File 'lib/eBay.rb', line 21540 def __xmlele_any @__xmlele_any end |
#buyingGuide ⇒ Object
Returns the value of attribute buyingGuide.
21538 21539 21540 |
# File 'lib/eBay.rb', line 21538 def @buyingGuide end |
#buyingGuideHub ⇒ Object
Returns the value of attribute buyingGuideHub.
21539 21540 21541 |
# File 'lib/eBay.rb', line 21539 def @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 |