Method: Megam::Subscriptions#create

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

#createObject

Create the subscriptions via the REST API



167
168
169
# File 'lib/megam/core/subscriptions.rb', line 167

def create
  megam_rest.post_subscriptions(to_hash)
end