# File lib/fog/compute/ecloud/models/admin_organization.rb, line 13 def ssh_keys @ssh_keys = Fog::Compute::Ecloud::SshKeys.new(:service => service, :href => "#{service.base_path}/admin/sshKeys/organizations/#{organization.id}") end