Update docs for v2 provider interface for MachineState

This commit is contained in:
Mitchell Hashimoto 2013-01-21 11:44:19 -06:00
parent 294d4d5d96
commit e1f4e27b1b
1 changed files with 3 additions and 2 deletions

View File

@ -56,9 +56,10 @@ module Vagrant
end end
# This should return the state of the machine within this provider. # This should return the state of the machine within this provider.
# The state can be any symbol. # The state must be an instance of {MachineState}. Please read the
# documentation of that class for more information.
# #
# @return [Symbol] # @return [MachineState]
def state def state
nil nil
end end