Class: VagrantPlugins::Berkshelf::Env

Inherits:
Object
  • Object
show all
Defined in:
lib/vagrant-berkshelf/env.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeEnv

Returns a new instance of Env.



9
10
11
# File 'lib/vagrant-berkshelf/env.rb', line 9

def initialize
  @shelf = nil
end

Instance Attribute Details

#shelfString

Returns:

  • (String)


7
8
9
# File 'lib/vagrant-berkshelf/env.rb', line 7

def shelf
  @shelf
end