From de59b2411e7e4685477d4da117c17fe13e4f21f1 Mon Sep 17 00:00:00 2001 From: Dan Milne Date: Sat, 7 Sep 2019 17:39:55 +1000 Subject: [PATCH] Add init for response --- lib/aws_paa/response.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/aws_paa/response.rb b/lib/aws_paa/response.rb index 1c8f4b2..12b38cc 100644 --- a/lib/aws_paa/response.rb +++ b/lib/aws_paa/response.rb @@ -2,5 +2,7 @@ require 'json' module AwsPaa class Response + def initialize() + end end end \ No newline at end of file