class MWS::API::Recommendations
Constants
- ACTIONS
Public Class Methods
new(connection)
click to toggle source
Calls superclass method
MWS::API::Base::new
# File lib/mws/api/recommendations.rb, line 7 def initialize(connection) @uri = '/Recommendations/2013-04-01' @version = '2013-04-01' super end