Method: Megam::Subscriptions#create

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

#createObject

Create the subscriptions via the REST API



148
149
150
# File 'lib/megam/core/subscriptions.rb', line 148

def create
    megam_rest.post_subscriptions(to_hash)
end