Sha256: 1368e6866ae7146fa8c1d8bbef93b974a418546daa7f31d91332a69d7600c5f5
Contents?: true
Size: 443 Bytes
Versions: 5
Compression:
Stored size: 443 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 init_instance("notifications/webhooks/encoding/encodings/#{encoding_id}/finished") else hash = encoding_id end init_from_hash(hash) end end end
Version data entries
5 entries across 5 versions & 1 rubygems