Method: LabClient::Keys#show
- Defined in:
- lib/labclient/keys/show.rb
#show(key_id) ⇒ Object
11 12 13 |
# File 'lib/labclient/keys/show.rb', line 11 def show(key_id) client.request(:get, "keys/#{key_id}", klass: Key) end |
11 12 13 |
# File 'lib/labclient/keys/show.rb', line 11 def show(key_id) client.request(:get, "keys/#{key_id}", klass: Key) end |