Method: Megam::SshKey.create

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

.create(params) ⇒ Object



157
158
159
160
# File 'lib/megam/core/sshkey.rb', line 157

def self.create(params)
  acct = from_hash(params)
  acct.create
end