module Bitmovin
Constants
- VERSION
Public Class Methods
client()
click to toggle source
# File lib/bitmovin-ruby.rb, line 28 def self.client @@client end
init(api_key, organisation_id = nil)
click to toggle source
# File lib/bitmovin-ruby.rb, line 24 def self.init(api_key, organisation_id = nil) @@client = Client.new({ api_key: api_key, organisation_id: organisation_id }) end