Sha256: 94242cb5995e688351590a14e1d2f1fe27a241f797348766a0f6b44bf90c1f1d
Contents?: true
Size: 512 Bytes
Versions: 19
Compression:
Stored size: 512 Bytes
Contents
module VirtualBox module COM module Interface module Version_3_2_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
19 entries across 19 versions & 3 rubygems