Object
# File spec/aws/core/http/handler_spec.rb, line 24 def handle request, response @handle_called = true end
# File spec/aws/core/http/handler_spec.rb, line 29 def handle_called? @handle_called end