Sha256: 445780f49dc508e4a711a2341c64a4892657310a5e64e93c3809c477aae6e1d3

Contents?: true

Size: 168 Bytes

Versions: 3

Compression:

Stored size: 168 Bytes

Contents

# encoding: utf-8

module Adhearsion
  class Event
    module ActiveSpeaker
      def self.included(klass)
        klass.attribute :call_id
      end
    end
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
adhearsion-3.0.0.rc1 lib/adhearsion/event/active_speaker.rb
adhearsion-3.0.0.beta2 lib/adhearsion/event/active_speaker.rb
adhearsion-3.0.0.beta1 lib/adhearsion/event/active_speaker.rb