lib/kosher/algorithm.rb in kosher-0.1.3 vs lib/kosher/algorithm.rb in kosher-0.1.4
- old
+ new
@@ -15,7 +15,11 @@
def errors
@response.errors.map do |error|
error['Message'].scan(/[0-9A-Z]{10}/).first rescue nil
end.compact
end
+
+ def response
+ @response
+ end
end
end