Module: Boxes

Defined in:
lib/boxes.rb,
lib/boxes/config.rb,
lib/boxes/errors.rb,
lib/boxes/builder.rb,
lib/boxes/command.rb,
lib/boxes/testing.rb,
lib/boxes/version.rb,
lib/boxes/template.rb,
lib/boxes/subprocess.rb,
lib/boxes/command/env.rb,
lib/boxes/environment.rb,
lib/boxes/command/build.rb,
lib/boxes/testing/command.rb,
lib/boxes/testing/matchers.rb,
lib/boxes/testing/matchers/base_matcher.rb,
lib/boxes/testing/matchers/write_to_stdout_matcher.rb,
lib/boxes/testing/matchers/have_exit_status_matcher.rb

Overview

Toolkit for building Vagrantboxes, VM and cloud images.

Defined Under Namespace

Modules: Errors, Testing Classes: Builder, Command, Config, Environment, Subprocess, Template

Constant Summary collapse

VERSION =
"3.7.0".freeze

Class Attribute Summary collapse

Class Attribute Details

.configObject (readonly)

Returns the value of attribute config.



23
24
25
# File 'lib/boxes.rb', line 23

def config
  @config
end