Sha256: c0a87328bbea2bda64dff5a995c02fc41a6d4134429aaebd384659730b9fa8c7
Contents?: true
Size: 445 Bytes
Versions: 1
Compression:
Stored size: 445 Bytes
Contents
module Bitmovin::Webhooks class EncodingFinishedWebhook < WebhookResource init 'notifications/webhooks/encoding/encodings/finished' def initialize(encoding_id = {}, hash = {}) if encoding_id.kind_of?(String) @encoding_id = encoding_id self.class.init("notifications/webhooks/encoding/encodings/#{encoding_id}/finished") else hash = encoding_id end init_from_hash(hash) end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
bitmovin-ruby-0.5.0 | lib/bitmovin/webhooks/encoding_finished_webhook.rb |