Sha256: 6f17cad487b8c5db241bf9fcd580b2eaa0292f47f5797d8a011effc79efc48ec
Contents?: true
Size: 556 Bytes
Versions: 3
Compression:
Stored size: 556 Bytes
Contents
module VirtualBox module COM module Interface module Version_4_1_X class AdditionsFacility < AbstractInterface IID = "54992946-6af1-4e49-98ec-58b558b7291e" property :class_type, :AdditionsFacilityClass, :readonly => true property :last_updated, T_INT64, :readonly => true property :name, WSTRING, :readonly => true property :status, :AdditionsFacilityStatus, :readonly => true property :type, :AdditionsFacilityType, :readonly => true end end end end end
Version data entries
3 entries across 3 versions & 1 rubygems