1
0
Fork 0
mirror of https://github.com/fog/fog.git synced 2022-11-09 13:51:43 -05:00

[vclouddirector] correct put_vapp_name_and_description documentation

This commit is contained in:
Mike Pountney 2013-12-17 10:18:03 +00:00
parent 1153824067
commit 08d867cdad

View file

@ -11,9 +11,10 @@ module Fog
# to track the progress of the request.
#
#
# @param [String] id Object identifier of the VM.
# @param [String] name of the VM.
# @param [String] description to be assigned.
# @param [String] id Object identifier of the vApp.
# @param [String] name of the vApp.
# @param [Hash] options
# * :Description<~String>: - description to be assigned (optional)
# @return [Excon::Response]
# * body<~Hash>:
#