# File lib/fog/openstack/models/compute/host.rb, line 14 def initialize(attributes) # Old 'connection' is renamed as service and should be used instead prepare_service_value(attributes) super end
# File lib/fog/openstack/models/compute/host.rb, line 20 def details service.get_host_details(self.host_name).body['host'] end