Files
paapi/lib/aws_paa/response.rb
2019-09-07 17:39:55 +10:00

8 lines
85 B
Ruby

require 'json'
module AwsPaa
class Response
def initialize()
end
end
end