Sha256: ab209eeb6d3389f7717f347b613c25b8798bccd4bcf3a6e97d3aa74161130efd
Contents?: true
Size: 563 Bytes
Versions: 19
Compression:
Stored size: 563 Bytes
Contents
module VirtualBox module COM module Interface module Version_3_2_X class MediumAttachment < AbstractInterface IID = "e58eb3eb-8627-428b-bdf8-34487c848de5" property :medium, :Medium, :readonly => true property :controller, WSTRING, :readonly => true property :port, T_INT32, :readonly => true property :device, T_INT32, :readonly => true property :type, :DeviceType, :readonly => true property :passthrough, T_BOOL, :readonly => true end end end end end
Version data entries
19 entries across 19 versions & 3 rubygems