class Amazon::Seller

This class holds Amazon Seller profile data, as returned by the Amazon::Search::Seller module.

Attributes

feedback[R]
nr_feedback[R]
overall_feedback_rating[R]
seller_nickname[R]
store_id[R]
store_name[R]

Public Instance Methods

to_s() click to toggle source

Convert a seller object to human-readable format.

Calls superclass method Amazon::Product#to_s
# File lib/amazon.rb, line 192
def to_s
  super 'store_name'
end