Sha256: e4e2ebad23ec50127ead5877ec84254f2be0781e5442bb95a01498b40ac34a88
Contents?: true
Size: 403 Bytes
Versions: 63
Compression:
Stored size: 403 Bytes
Contents
module Fog module Compute class XenServer class Real def shutdown_host( ref ) @connection.request({:parser => Fog::Parsers::XenServer::Base.new, :method => "host.shutdown"}, ref) end end class Mock def shutdown_host( ref ) Fog::Mock.not_implemented end end end end end
Version data entries
63 entries across 63 versions & 6 rubygems