Sha256: 401436545d9fba72ce9cc190ee336adbe8fe26645f1ba4e8be1493700e528c8b
Contents?: true
Size: 347 Bytes
Versions: 13
Compression:
Stored size: 347 Bytes
Contents
# frozen_string_literal: true module Libvirt module Xml class Graphics < Generic # https://libvirt.org/formatdomain.html#elementsGraphics attribute :type, type: :attr attribute :listen, type: :attr attribute :port, type: :attr attribute :auto_port, type: :attr, name: :autoport, cast: :bool end end end
Version data entries
13 entries across 13 versions & 1 rubygems