# File lib/fog/compute/ecloud/models/ssh_keys.rb, line 11
        def all
          data = service.get_ssh_keys(href).body[:SshKey] || []
          load(data)
        end