Sha256: 20bd0344e15655b625e2e820972db1ca44feb6160d0fb50f1d61f8a822bdbbc1

Contents?: true

Size: 340 Bytes

Versions: 2

Compression:

Stored size: 340 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 = false
        end
    end
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
vagrant-goodhosts-1.0.11 lib/vagrant-goodhosts/config.rb
vagrant-goodhosts-1.0.10 lib/vagrant-goodhosts/config.rb