Class: BuyingGuideDetailsType
- Inherits:
-
Object
- Object
- BuyingGuideDetailsType
- 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
-
#__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.
15804 15805 15806 15807 15808 |
# File 'lib/eBay.rb', line 15804 def initialize( = [], = nil) @buyingGuide = @buyingGuideHub = @__xmlele_any = nil end |
Instance Attribute Details
#__xmlele_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
15798 15799 15800 |
# File 'lib/eBay.rb', line 15798 def __xmlele_any @__xmlele_any end |
#buyingGuide ⇒ Object
Returns the value of attribute buyingGuide.
15796 15797 15798 |
# File 'lib/eBay.rb', line 15796 def @buyingGuide end |
#buyingGuideHub ⇒ Object
Returns the value of attribute buyingGuideHub.
15797 15798 15799 |
# File 'lib/eBay.rb', line 15797 def @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 |