Sha256: e7d07ad2f2552dc4458d334b78b5acd4e9e5f42ab61f141e16d45cdb9f79b017

Contents?: true

Size: 360 Bytes

Versions: 1

Compression:

Stored size: 360 Bytes

Contents

module MWS
  module API
    # Recommendations
    class Recommendations < Base
      ACTIONS = [:get_last_updated_time_for_recommendations_checks, :list_recommendations, :list_recommendations_by_next_token]

      def initialize(connection)
        @uri = '/Recommendations/2013-04-01'
        @version = '2013-04-01'
        super
      end
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
mws_rb-0.0.6 lib/mws/api/recommendations.rb