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