module Bitmovin
Constants
- API_URI
- API_URL
- VERSION
Public Class Methods
api_key()
click to toggle source
# File lib/bitmovin.rb, line 30 def api_key @@api_key end
api_key=(key)
click to toggle source
# File lib/bitmovin.rb, line 22 def api_key=(key) @@api_key = key end
http()
click to toggle source
# File lib/bitmovin.rb, line 26 def http @@http end