class EbayTrading::Types::ListingRecommendation

text_node :group, ‘Group’, :optional => true text_node :field_name, ‘FieldName’, :optional => true text_node :code, ‘Code’, :optional => true text_node :value, ‘Value’, :optional => true text_node :message, ‘Message’, :optional => true array_node :metadata, ‘Metadata’, :class => Metadata, :default_value => []

Public Instance Methods

type() click to toggle source
# File lib/ebay_trading/types/listing_recommendation.rb, line 22
def type
  @type
end