lib/fog/brightbox/requests/compute/resend_collaboration.rb in fog-brightbox-0.6.1 vs lib/fog/brightbox/requests/compute/resend_collaboration.rb in fog-brightbox-0.7.0
- old
+ new
@@ -12,10 +12,9 @@
#
def resend_collaboration(identifier)
return nil if identifier.nil? || identifier == ""
wrapped_request("post", "/1.0/collaborations/#{identifier}/resend", [200])
end
-
end
end
end
end