Class: EBay::ListingAnalyzerRecommendationsType
- Inherits:
-
Object
- Object
- EBay::ListingAnalyzerRecommendationsType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsListingAnalyzerRecommendationsType
listingTipArray - EBay::ListingTipArrayType
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.
25951 25952 25953 25954 |
# File 'lib/eBay.rb', line 25951 def initialize(listingTipArray = nil) @listingTipArray = listingTipArray @__xmlele_any = nil end |
Instance Attribute Details
#__xmlele_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
25945 25946 25947 |
# File 'lib/eBay.rb', line 25945 def __xmlele_any @__xmlele_any end |
#listingTipArray ⇒ Object
Returns the value of attribute listingTipArray.
25944 25945 25946 |
# File 'lib/eBay.rb', line 25944 def listingTipArray @listingTipArray end |
Instance Method Details
#set_any(elements) ⇒ Object
25947 25948 25949 |
# File 'lib/eBay.rb', line 25947 def set_any(elements) @__xmlele_any = elements end |