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