[vcloud_director] Correct docs for get_catalog_item.

This commit is contained in:
Nick Osborn 2013-09-30 11:32:36 +01:00
parent b19f2f0e7e
commit 0573ceebc3
1 changed files with 4 additions and 3 deletions

View File

@ -2,12 +2,13 @@ module Fog
module Compute
class VcloudDirector
class Real
# Retrieve a catalog.
# Retrieve a catalog item.
#
# @param [String] catalog_item_id ID of the catalog item to retrieve.
# @param [String] catalog_item_id Object identifier of the catalog
# item.
# @return [Excon::Response]
# * body<~Hash>:
# @see http://pubs.vmware.com/vcd-51/topic/com.vmware.vcloud.api.reference.doc_51/doc/operations/GET-Catalog.html
# @see http://pubs.vmware.com/vcd-51/topic/com.vmware.vcloud.api.reference.doc_51/doc/operations/GET-CatalogItem.html
# vCloud API Documentation
# @since vCloud API version 0.9
def get_catalog_item(catalog_item_id)