Sha256: 0914c8d47ac67e05ae330a6b5575c9ae4b7aaed342f25fe615f549806f9dde40
Contents?: true
Size: 332 Bytes
Versions: 9
Compression:
Stored size: 332 Bytes
Contents
module Fog module Libvirt class Compute class Real def update_autostart(uuid, value) domain = client.lookup_domain_by_uuid(uuid) domain.autostart = value end end class Mock def update_autostart(uuid, value) value end end end end end
Version data entries
9 entries across 9 versions & 2 rubygems