# File lib/fog/ecloud/models/compute/firewall_acls.rb, line 18 def get(uri) if data = connection.get_firewall_acl(uri) new(data.body) end rescue Fog::Errors::NotFound nil end