Sha256: 2054207def3a2624dba2a8f2417c39c217f067e1c53c3398020e88ff6408241e

Contents?: true

Size: 410 Bytes

Versions: 40

Compression:

Stored size: 410 Bytes

Contents

require 'vagrant/util/hash_with_indifferent_access'

module Vagrant
  module Action
    # Represents an action environment which is what is passed
    # to the `call` method of each action. This environment contains
    # some helper methods for accessing the environment as well
    # as being a hash, to store any additional options.
    class Environment < Util::HashWithIndifferentAccess
    end
  end
end

Version data entries

40 entries across 40 versions & 6 rubygems

Version Path
bmhatfield-vagrant-1.0.10 lib/vagrant/action/environment.rb
bmhatfield-vagrant-1.0.9 lib/vagrant/action/environment.rb
bmhatfield-vagrant-1.0.8 lib/vagrant/action/environment.rb
bmhatfield-vagrant-1.0.7 lib/vagrant/action/environment.rb
vagrantup-1.0.7 lib/vagrant/action/environment.rb
vagrantup-1.0.6 lib/vagrant/action/environment.rb
vagrantup-1.0.5 lib/vagrant/action/environment.rb
vagrantup-1.0.4 lib/vagrant/action/environment.rb
vagrantup-1.0.3 lib/vagrant/action/environment.rb
vagrantup-1.0.2 lib/vagrant/action/environment.rb
vagrantup-1.0.1 lib/vagrant/action/environment.rb
vagrantup-1.0.0 lib/vagrant/action/environment.rb
vagrantup-0.9.99.2 lib/vagrant/action/environment.rb
vagrantup-0.9.99.1 lib/vagrant/action/environment.rb
vagrantup-0.9.7 lib/vagrant/action/environment.rb
vagrantup-0.9.6 lib/vagrant/action/environment.rb
vagrantup-0.9.5 lib/vagrant/action/environment.rb
vagrantup-0.9.4 lib/vagrant/action/environment.rb
vagrantup-0.9.3 lib/vagrant/action/environment.rb
vagrantup-0.9.2 lib/vagrant/action/environment.rb