Class: ListingAnalyzerRecommendationsType
- Inherits:
-
Object
- Object
- ListingAnalyzerRecommendationsType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsListingAnalyzerRecommendationsType
Constant Summary collapse
- @@schema_type =
"ListingAnalyzerRecommendationsType"- @@schema_ns =
"urn:ebay:apis:eBLBaseComponents"- @@schema_element =
[ ["listingTipArray", ["ListingTipArrayType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "ListingTipArray")]], ["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.
-
#listingTipArray ⇒ Object
Returns the value of attribute listingTipArray.
Instance Method Summary collapse
-
#initialize(listingTipArray = nil) ⇒ ListingAnalyzerRecommendationsType
constructor
A new instance of ListingAnalyzerRecommendationsType.
- #set_any(elements) ⇒ Object
Constructor Details
#initialize(listingTipArray = nil) ⇒ ListingAnalyzerRecommendationsType
Returns a new instance of ListingAnalyzerRecommendationsType.
18704 18705 18706 18707 |
# File 'lib/eBay.rb', line 18704 def initialize(listingTipArray = nil) @listingTipArray = listingTipArray @__xmlele_any = nil end |
Instance Attribute Details
#__xmlele_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
18698 18699 18700 |
# File 'lib/eBay.rb', line 18698 def __xmlele_any @__xmlele_any end |
#listingTipArray ⇒ Object
Returns the value of attribute listingTipArray.
18697 18698 18699 |
# File 'lib/eBay.rb', line 18697 def listingTipArray @listingTipArray end |
Instance Method Details
#set_any(elements) ⇒ Object
18700 18701 18702 |
# File 'lib/eBay.rb', line 18700 def set_any(elements) @__xmlele_any = elements end |