Class: EBay::NameRecommendationType

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

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_anyObject (readonly)

Returns the value of attribute __xmlele_any.



27792
27793
27794
# File 'lib/eBay.rb', line 27792

def __xmlele_any
  @__xmlele_any
end

#helpTextObject

Returns the value of attribute helpText.



27791
27792
27793
# File 'lib/eBay.rb', line 27791

def helpText
  @helpText
end

#helpURLObject

Returns the value of attribute helpURL.



27789
27790
27791
# File 'lib/eBay.rb', line 27789

def helpURL
  @helpURL
end

#nameObject

Returns the value of attribute name.



27786
27787
27788
# File 'lib/eBay.rb', line 27786

def name
  @name
end

#sourceObject

Returns the value of attribute source.



27790
27791
27792
# File 'lib/eBay.rb', line 27790

def source
  @source
end

#validationRulesObject

Returns the value of attribute validationRules.



27787
27788
27789
# File 'lib/eBay.rb', line 27787

def validationRules
  @validationRules
end

#valueRecommendationObject

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