Sha256: e8c64c0cc741bbc8f06f4484fe8ecb685ce3aad83297b55adab0a11658049803
Contents?: true
Size: 513 Bytes
Versions: 3
Compression:
Stored size: 513 Bytes
Contents
module VirtualBox module COM module Interface module Version_4_1_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
3 entries across 3 versions & 1 rubygems