Sha256: 99d418627fa9e3711a569fbe2252acc8fec6515df5d2327919b79062dafc99bc
Contents?: true
Size: 599 Bytes
Versions: 11
Compression:
Stored size: 599 Bytes
Contents
module VirtualBox module COM module Interface module Version_4_0_X class MediumFormat < AbstractInterface IID = "89f52554-d469-4799-9fad-1705e86a08b1" property :id, WSTRING, :readonly => true property :name, WSTRING, :readonly => true property :file_extensions, [WSTRING], :readonly => true property :capabilities, T_UINT32, :readonly => true function :describe_properties, nil, [[:out, [WSTRING]], [:out, [WSTRING]], [:out, [:DataType]], [:out, [T_UINT32]], [:out, [WSTRING]]] end end end end end
Version data entries
11 entries across 11 versions & 2 rubygems