Method: Fog::KeyManager::OpenStack::Real#get_secret
- Defined in:
- lib/fog/key_manager/openstack/requests/get_secret.rb
#get_secret(uuid) ⇒ Object
5 6 7 8 9 10 11 |
# File 'lib/fog/key_manager/openstack/requests/get_secret.rb', line 5 def get_secret(uuid) request( :expects => [200], :method => 'GET', :path => "secrets/#{uuid}", ) end |