lib/fog/digitalocean/models/compute/ssh_key.rb in fog-1.22.0 vs lib/fog/digitalocean/models/compute/ssh_key.rb in fog-1.22.1

- old
+ new

@@ -1,10 +1,9 @@ module Fog module Compute class DigitalOcean class SshKey < Fog::Model - identity :id attribute :name attribute :ssh_pub_key @@ -19,10 +18,9 @@ requires :id service.destroy_ssh_key id true end - end end end end