Sha256: 971b6ab45a53229f655d1e381f3151647ac846a663c00685445ddf56ccb45f3d
Contents?: true
Size: 275 Bytes
Versions: 7
Compression:
Stored size: 275 Bytes
Contents
module VagrantPlugins module GuestLinux class Config < Vagrant.plugin("2", :config) attr_accessor :halt_timeout attr_accessor :halt_check_interval def initialize @halt_timeout = 30 @halt_check_interval = 1 end end end end
Version data entries
7 entries across 7 versions & 3 rubygems