Sha256: 6e681c55d0939c9bd678589e69c9ccad65fe7d6114cc500bd22c72afb52065fc
Contents?: true
Size: 300 Bytes
Versions: 4
Compression:
Stored size: 300 Bytes
Contents
module Fog module Compute class Gridscale class Real def sshkey_get(sshkey_uuid) request( :expects => [200], :method => 'GET', :path => "/objects/sshkeys/#{sshkey_uuid}" ) end end end end end
Version data entries
4 entries across 4 versions & 1 rubygems