Class: Ebay::Types::NameRecommendation

Inherits:
Object
  • Object
show all
Includes:
Initializer, XML::Mapping
Defined in:
lib/ebay/types/name_recommendation.rb

Overview

Attributes

text_node :name, 'Name', :optional => true
object_node :validation_rules, 'ValidationRules', :class => RecommendationValidationRules, :optional => true
array_node :value_recommendations, 'ValueRecommendation', :class => ValueRecommendation, :default_value => []
text_node :help_url, 'HelpURL', :optional => true
text_node :source, 'Source', :optional => true
text_node :help_text, 'HelpText', :optional => true

Method Summary

Methods included from Initializer

#initialize, #object_attributes=