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