Method: Megam::SshKey.create
- Defined in:
- lib/megam/core/sshkey.rb
.create(o, tmp_email = nil, tmp_api_key = nil) ⇒ Object
145 146 147 148 |
# File 'lib/megam/core/sshkey.rb', line 145 def self.create(o,tmp_email=nil, tmp_api_key=nil) acct = from_hash(o,tmp_email, tmp_api_key) acct.create end |