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