Method: Megam::SshKey#create

Defined in:
lib/megam/core/sshkey.rb

#createObject

Create the predef via the REST API



151
152
153
# File 'lib/megam/core/sshkey.rb', line 151

def create
  megam_rest.post_sshkey(to_hash)
end