Class: EBay::NameRecommendationType
- Inherits:
-
Object
- Object
- EBay::NameRecommendationType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsNameRecommendationType
name - SOAP::SOAPString
validationRules - EBay::RecommendationValidationRulesType
valueRecommendation - EBay::ValueRecommendationType
helpURL - SOAP::SOAPAnyURI
source - EBay::ItemSpecificSourceCodeType
helpText - SOAP::SOAPString
Instance Attribute Summary collapse
-
#__xmlele_any ⇒ Object
readonly
Returns the value of attribute __xmlele_any.
-
#helpText ⇒ Object
Returns the value of attribute helpText.
-
#helpURL ⇒ Object
Returns the value of attribute helpURL.
-
#name ⇒ Object
Returns the value of attribute name.
-
#source ⇒ Object
Returns the value of attribute source.
-
#validationRules ⇒ Object
Returns the value of attribute validationRules.
-
#valueRecommendation ⇒ Object
Returns the value of attribute valueRecommendation.
Instance Method Summary collapse
-
#initialize(name = nil, validationRules = nil, valueRecommendation = [], helpURL = nil, source = nil, helpText = nil) ⇒ NameRecommendationType
constructor
A new instance of NameRecommendationType.
- #set_any(elements) ⇒ Object
Constructor Details
#initialize(name = nil, validationRules = nil, valueRecommendation = [], helpURL = nil, source = nil, helpText = nil) ⇒ NameRecommendationType
Returns a new instance of NameRecommendationType.
27798 27799 27800 27801 27802 27803 27804 27805 27806 |
# File 'lib/eBay.rb', line 27798 def initialize(name = nil, validationRules = nil, valueRecommendation = [], helpURL = nil, source = nil, helpText = nil) @name = name @validationRules = validationRules @valueRecommendation = valueRecommendation @helpURL = helpURL @source = source @helpText = helpText @__xmlele_any = nil end |
Instance Attribute Details
#__xmlele_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
27792 27793 27794 |
# File 'lib/eBay.rb', line 27792 def __xmlele_any @__xmlele_any end |
#helpText ⇒ Object
Returns the value of attribute helpText.
27791 27792 27793 |
# File 'lib/eBay.rb', line 27791 def helpText @helpText end |
#helpURL ⇒ Object
Returns the value of attribute helpURL.
27789 27790 27791 |
# File 'lib/eBay.rb', line 27789 def helpURL @helpURL end |
#name ⇒ Object
Returns the value of attribute name.
27786 27787 27788 |
# File 'lib/eBay.rb', line 27786 def name @name end |
#source ⇒ Object
Returns the value of attribute source.
27790 27791 27792 |
# File 'lib/eBay.rb', line 27790 def source @source end |
#validationRules ⇒ Object
Returns the value of attribute validationRules.
27787 27788 27789 |
# File 'lib/eBay.rb', line 27787 def validationRules @validationRules end |
#valueRecommendation ⇒ Object
Returns the value of attribute valueRecommendation.
27788 27789 27790 |
# File 'lib/eBay.rb', line 27788 def valueRecommendation @valueRecommendation end |
Instance Method Details
#set_any(elements) ⇒ Object
27794 27795 27796 |
# File 'lib/eBay.rb', line 27794 def set_any(elements) @__xmlele_any = elements end |