lib/fog/rackspace/requests/compute_v2/get_keypair.rb in fog-maestrodev-1.18.0.20131125111730 vs lib/fog/rackspace/requests/compute_v2/get_keypair.rb in fog-maestrodev-1.18.0.20131126122111

- old
+ new

@@ -2,10 +2,10 @@ module Compute class RackspaceV2 class Real # Retreive single keypair details - # @param [String] key_name: name of the key for which to request the details + # @param [String] key_name name of the key for which to request the details # @return [Excon::Response] response : # * body [Hash]: - # * 'keypair' [Hash]: - # * 'fingerprint' [String]: unique fingerprint of the keypair # * 'name' [String]: unique name of the keypair