Sha256: 73e5d92ac6875c973b78b0340dcf74c18c2eeb09536e6024a91edae691d8549b

Contents?: true

Size: 339 Bytes

Versions: 4

Compression:

Stored size: 339 Bytes

Contents

require "vagrant"

module VagrantPlugins
  module GoodHosts
    class Config < Vagrant.plugin("2", :config)
        attr_accessor :aliases
        attr_accessor :id
        attr_accessor :remove_on_suspend
        attr_accessor :disable_clean
        
        def initialize
            @disable_clean = true
        end
    end
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
vagrant-goodhosts-1.0.15 lib/vagrant-goodhosts/config.rb
vagrant-goodhosts-1.0.14 lib/vagrant-goodhosts/config.rb
vagrant-goodhosts-1.0.13 lib/vagrant-goodhosts/config.rb
vagrant-goodhosts-1.0.12 lib/vagrant-goodhosts/config.rb