From 0573ceebc3503052b8d0047a9e4ccdf76b33d037 Mon Sep 17 00:00:00 2001 From: Nick Osborn Date: Mon, 30 Sep 2013 11:32:36 +0100 Subject: [PATCH] [vcloud_director] Correct docs for get_catalog_item. --- .../vcloud_director/requests/compute/get_catalog_item.rb | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/lib/fog/vcloud_director/requests/compute/get_catalog_item.rb b/lib/fog/vcloud_director/requests/compute/get_catalog_item.rb index 299c97f45..d44e8da05 100644 --- a/lib/fog/vcloud_director/requests/compute/get_catalog_item.rb +++ b/lib/fog/vcloud_director/requests/compute/get_catalog_item.rb @@ -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)