# File lib/fog/compute/openstack/models/hosts.rb, line 15 def get(host_name) if host = service.get_host_details(host_name).body['host'] new('host_name' => host_name, 'details' => host) end rescue Fog::Compute::OpenStack::NotFound nil end