Sha256: 60f4baf35f41f25433188748c49d509a3c9c9fec702688a10550e1d1f9e11db1
Contents?: true
Size: 512 Bytes
Versions: 11
Compression:
Stored size: 512 Bytes
Contents
module VirtualBox module COM module Interface module Version_4_0_X class SharedFolder < AbstractInterface IID = "64637bb2-9e17-471c-b8f3-f8968dd9884e" property :name, WSTRING, :readonly => true property :host_path, WSTRING, :readonly => true property :accessible, T_BOOL, :readonly => true property :writable, T_BOOL, :readonly => true property :last_access_error, WSTRING, :readonly => true end end end end end
Version data entries
11 entries across 11 versions & 2 rubygems