Update docs for v2 provider interface for MachineState
This commit is contained in:
parent
294d4d5d96
commit
e1f4e27b1b
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue