# File lib/fog/ecloud/models/compute/user.rb, line 25 def api_keys @api_keys = Fog::Compute::Ecloud::ApiKeys.new(:connection => connection, :href => "/cloudapi/ecloud/admin/apiKeys/users/#{id}") end