core: Machine can set box

This commit is contained in:
Mitchell Hashimoto 2014-02-11 13:31:50 -08:00
parent 12b2572687
commit 2550a76edb
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ module Vagrant
# The box that is backing this machine.
#
# @return [Box]
attr_reader :box
attr_accessor :box
# Configuration for the machine.
#