Method: Megam::Subscriptions.create
- Defined in:
- lib/megam/core/subscriptions.rb
.create(o, tmp_email = nil, tmp_api_key = nil) ⇒ Object
161 162 163 164 |
# File 'lib/megam/core/subscriptions.rb', line 161 def self.create(o,tmp_email=nil, tmp_api_key=nil) acct = from_hash(o,tmp_email, tmp_api_key) acct.create end |