# File lib/fog/sakuracloud/models/compute/ssh_keys.rb, line 14 def get(id) all.find { |f| f.id == id } rescue Fog::Errors::NotFound nil end