Sha256: 3111001f46da7b1b24b447f5c157052d0b4470a307ad6e3248bbc06f4d986b0c

Contents?: true

Size: 429 Bytes

Versions: 5

Compression:

Stored size: 429 Bytes

Contents

module Bitmovin::Webhooks
  class EncodingErrorWebhook < WebhookResource
    init 'notifications/webhooks/encoding/encodings/error'
    def initialize(encoding_id, hash = {})
      if encoding_id.kind_of?(String)
        @encoding_id = encoding_id
        init_instance("notifications/webhooks/encoding/encodings/#{encoding_id}/error")
      else
        hash = encoding_id
      end
      init_from_hash(hash)
    end
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
bitmovin-ruby-0.9.1 lib/bitmovin/webhooks/encoding_error_webhook.rb
bitmovin-ruby-0.9.0 lib/bitmovin/webhooks/encoding_error_webhook.rb
bitmovin-ruby-0.8.1 lib/bitmovin/webhooks/encoding_error_webhook.rb
bitmovin-ruby-0.8.0 lib/bitmovin/webhooks/encoding_error_webhook.rb
bitmovin-ruby-0.7.0 lib/bitmovin/webhooks/encoding_error_webhook.rb