Sha256: b162e5fa864a0e1e0f3d42414c052ed655eecfdeedd3cdf95a07a93f413400dc
Contents?: true
Size: 338 Bytes
Versions: 1
Compression:
Stored size: 338 Bytes
Contents
module MWS module API 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.1 | lib/mws-rb/api/recommendations.rb |