mirror of
https://github.com/hashicorp/vagrant.git
synced 2026-06-09 08:42:18 -04:00
Add RDoc for list_hdds
This commit is contained in:
parent
9c1338b335
commit
05d3045f3a
1 changed files with 1 additions and 0 deletions
|
|
@ -262,6 +262,7 @@ module VagrantPlugins
|
|||
execute(:get_vhd, DiskFilePath: disk_file_path)
|
||||
end
|
||||
|
||||
# @return [Array[Hash]]
|
||||
def list_hdds
|
||||
execute(:list_hdds, VmId: @vm_id)
|
||||
end
|
||||
|
|
|
|||
Loading…
Reference in a new issue