Class: EBay::ValueRecommendationType
- Inherits:
-
Object
- Object
- EBay::ValueRecommendationType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsValueRecommendationType
value - SOAP::SOAPString
validationRules - EBay::RecommendationValidationRulesType
Instance Attribute Summary collapse
-
#__xmlele_any ⇒ Object
readonly
Returns the value of attribute __xmlele_any.
-
#validationRules ⇒ Object
Returns the value of attribute validationRules.
-
#value ⇒ Object
Returns the value of attribute value.
Instance Method Summary collapse
-
#initialize(value = nil, validationRules = nil) ⇒ ValueRecommendationType
constructor
A new instance of ValueRecommendationType.
- #set_any(elements) ⇒ Object
Constructor Details
#initialize(value = nil, validationRules = nil) ⇒ ValueRecommendationType
Returns a new instance of ValueRecommendationType.
35336 35337 35338 35339 35340 |
# File 'lib/eBay.rb', line 35336 def initialize(value = nil, validationRules = nil) @value = value @validationRules = validationRules @__xmlele_any = nil end |
Instance Attribute Details
#__xmlele_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
35330 35331 35332 |
# File 'lib/eBay.rb', line 35330 def __xmlele_any @__xmlele_any end |
#validationRules ⇒ Object
Returns the value of attribute validationRules.
35329 35330 35331 |
# File 'lib/eBay.rb', line 35329 def validationRules @validationRules end |
#value ⇒ Object
Returns the value of attribute value.
35328 35329 35330 |
# File 'lib/eBay.rb', line 35328 def value @value end |
Instance Method Details
#set_any(elements) ⇒ Object
35332 35333 35334 |
# File 'lib/eBay.rb', line 35332 def set_any(elements) @__xmlele_any = elements end |