Sha256: e42bc6524ff69db235832d0e1cbbad4093b5af3fda5c694968fc5851653df623

Contents?: true

Size: 332 Bytes

Versions: 1

Compression:

Stored size: 332 Bytes

Contents

module Fog
  module Compute
    class OracleCloud
      class Real
      	def list_ssh_keys
          response = request(
            :expects => 200,
            :method  => 'GET',
            :path    => "/sshkey/Compute-#{@identity_domain}/"
          )
          response
        end
      end
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
fog-oraclecloud-0.1.1 lib/fog/oraclecloud/requests/compute/list_ssh_keys.rb