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