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