lib/fog/brightbox/requests/compute/update_firewall_policy.rb in fog-brightbox-0.6.1 vs lib/fog/brightbox/requests/compute/update_firewall_policy.rb in fog-brightbox-0.7.0
- old
+ new
@@ -17,10 +17,9 @@
def update_firewall_policy(identifier, options)
return nil if identifier.nil? || identifier == ""
return nil if options.empty? || options.nil?
wrapped_request("put", "/1.0/firewall_policies/#{identifier}", [200], options)
end
-
end
end
end
end