Sha256: 672f9a50791ccfd6c2b78c5696436efdc125d9e17dccbbe52b6c485e8a8d0148
Contents?: true
Size: 351 Bytes
Versions: 3
Compression:
Stored size: 351 Bytes
Contents
require "vagrant" module VagrantPlugins module BetterHosts class Config < Vagrant.plugin("2", :config) attr_accessor :aliases attr_accessor :id attr_accessor :remove_on_suspend attr_accessor :disable_clean def initialize @remove_on_suspend = true @disable_clean = true end end end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
vagrant-betterhosts-0.2.1 | lib/vagrant-betterhosts/config.rb |
vagrant-betterhosts-0.2.0 | lib/vagrant-betterhosts/config.rb |
vagrant-betterhosts-0.1.0 | lib/vagrant-betterhosts/config.rb |