lib/bitmovin-ruby.rb in bitmovin-ruby-0.8.0 vs lib/bitmovin-ruby.rb in bitmovin-ruby-0.8.1
- old
+ new
@@ -19,11 +19,11 @@
require 'bitmovin/webhooks'
module Bitmovin
@@client = nil
- def self.init(api_key)
- @@client = Client.new({ api_key: api_key })
+ def self.init(api_key, organisation_id = nil)
+ @@client = Client.new({ api_key: api_key, organisation_id: organisation_id })
end
def self.client
@@client
end