lib/tickethub/request.rb in tickethub-0.3.2 vs lib/tickethub/request.rb in tickethub-0.3.3
- old
+ new
@@ -50,10 +50,10 @@
def path
uri.path
end
- def execute
+ def execute(retries = 0)
if encoded?
result = connection.send(method, path, encoded, build_headers)
else
result = connection.send(method, query_path, build_headers)
end
\ No newline at end of file