Sha256: 0f695bdb2f97f04c145e4e15311a6722f3e02acdebb57de5bdbd4628276c9323
Contents?: true
Size: 498 Bytes
Versions: 11
Compression:
Stored size: 498 Bytes
Contents
module VirtualBox module COM module Interface module Version_4_0_X class Session < AbstractInterface IID_STR = "12F4DCDB-12B2-4EC1-B7CD-DDD9F6C5BF4D" property :state, :SessionState, :readonly => true property :type, :SessionType, :readonly => true property :machine, :Machine, :readonly => true property :console, :Console, :readonly => true function :unlock_machine, nil, [] end end end end end
Version data entries
11 entries across 11 versions & 2 rubygems