# File lib/fog/openstack/models/compute/host.rb, line 14definitialize(attributes)
# Old 'connection' is renamed as service and should be used insteadprepare_service_value(attributes)
superend
Public Instance Methods
details()click to toggle source
# File lib/fog/openstack/models/compute/host.rb, line 20defdetailsservice.get_host_details(self.host_name).body['host']
end