Sha256: 82983c39ffe06a326070bab5f21bf5f56d4106d8e12c854aaffdf3d8985f6dfe
Contents?: true
Size: 328 Bytes
Versions: 6
Compression:
Stored size: 328 Bytes
Contents
module Fog module Ovirt class Compute class V3 class Real def vm_ticket(id, options = {}) client.set_ticket(id, options) end end class Mock def vm_ticket(_id, _options = {}) "Secret" end end end end end end
Version data entries
6 entries across 6 versions & 1 rubygems