Sha256: a1be33bf0830e99a2a8c5ea68dbd9e4de6fca595131fd78bbf30839bd5608ac1

Contents?: true

Size: 320 Bytes

Versions: 1

Compression:

Stored size: 320 Bytes

Contents

# encoding: utf-8

module Punchblock
  class Event
    module ActiveSpeaker
      def other_call_id
        read_attr :'call-id'
      end

      def other_call_id=(other)
        write_attr :'call-id', other
      end

      def inspect_attributes # :nodoc:
        [:other_call_id] + super
      end
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
punchblock-0.11.0 lib/punchblock/event/active_speaker.rb