Class: Fog::Compute::DigitalOcean::SshKeys
- Inherits:
-
Fog::Collection
- Object
- Fog::Collection
- Fog::Compute::DigitalOcean::SshKeys
- Defined in:
- lib/fog/digitalocean/models/compute/ssh_keys.rb
Instance Method Summary collapse
Instance Method Details
#all ⇒ Object
11 12 13 14 |
# File 'lib/fog/digitalocean/models/compute/ssh_keys.rb', line 11 def all data = service.list_ssh_keys.body['ssh_keys'] load(data) end |