Method: Megam::Subscriptions.create
- Defined in:
- lib/megam/core/subscriptions.rb
.create(o, tmp_email = nil, tmp_api_key = nil, tmp_host = nil) ⇒ Object
142 143 144 145 |
# File 'lib/megam/core/subscriptions.rb', line 142 def self.create(o,tmp_email=nil, tmp_api_key=nil, tmp_host=nil) acct = from_hash(o,tmp_email, tmp_api_key, tmp_host) acct.create end |