Sha256: be365aacdb702e21d34ac547e78848584e53e2e2899050cca98e06f9db46e417
Contents?: true
Size: 324 Bytes
Versions: 13
Compression:
Stored size: 324 Bytes
Contents
# frozen_string_literal: true module Libvirt module Xml class Vcpu < Generic attribute :id, type: :attr, cast: :int attribute :enabled, type: :attr, cast: :bool attribute :hot_pluggable, type: :attr, cast: :bool, name: :hotpluggable attribute :order, type: :attr, cast: :int end end end
Version data entries
13 entries across 13 versions & 1 rubygems