Sha256: 62dd387c114956930f0e770f9d1ddd7c1401c8c85b714393f133b70aee1aa60d
Contents?: true
Size: 285 Bytes
Versions: 83
Compression:
Stored size: 285 Bytes
Contents
module Fog module Compute class Ovirt 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
Version data entries
83 entries across 83 versions & 14 rubygems