Method: RHC::Commands::Sshkey#show
- Defined in:
- lib/rhc/commands/sshkey.rb
#show(name) ⇒ Object
36 37 38 39 40 41 |
# File 'lib/rhc/commands/sshkey.rb', line 36 def show(name) key = rest_client.find_key(name) display_key(key) 0 end |