Files
paapi/lib/aws_paa/client.rb
2019-09-03 12:57:43 +10:00

8 lines
174 B
Ruby

require 'rest-client'
module AwsPaa
class Client
def initialize(:access_key, :secret_key, :marketplace, partner_tag: nil, partner_type: 'Associates')
end
end
end