Sha256: f849caaa1e3c56526d058b6d1fa1bec0b2b9eb760eb4d54791b387d802105178
Contents?: true
Size: 396 Bytes
Versions: 3
Compression:
Stored size: 396 Bytes
Contents
module VirtualBox module COM module Interface module Version_4_1_X class GuestDirEntry < AbstractInterface IID = "20a66efc-c2f6-4438-826f-38454c04369e" property :node_id, T_INT64, :readonly => true property :name, WSTRING, :readonly => true property :type, :GuestDirEntryType, :readonly => true end end end end end
Version data entries
3 entries across 3 versions & 1 rubygems