Update doc string for name attribute
This commit is contained in:
parent
aa5a3ef7f7
commit
e361900d3a
|
@ -13,9 +13,9 @@ module VagrantPlugins
|
||||||
# @return [String]
|
# @return [String]
|
||||||
attr_reader :id
|
attr_reader :id
|
||||||
|
|
||||||
# Name for the given Disk. Defaults to nil.
|
# File name for the given disk. Defaults to nil.
|
||||||
#
|
#
|
||||||
# TODO: Should probably default to a string+short integer id
|
# TODO: Should probably default to a string+short integer id in the finalize method
|
||||||
#
|
#
|
||||||
# @return [String]
|
# @return [String]
|
||||||
attr_accessor :name
|
attr_accessor :name
|
||||||
|
|
Loading…
Reference in New Issue