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