Sha256: f9e2e03c83c1f871440328cd0d109aeee7e918a6b8b95320ee520a1de8091761

Contents?: true

Size: 302 Bytes

Versions: 23

Compression:

Stored size: 302 Bytes

Contents

# encoding: utf-8

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

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

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

Version data entries

23 entries across 23 versions & 1 rubygems

Version Path
punchblock-1.9.4 lib/punchblock/event/active_speaker.rb
punchblock-1.9.3 lib/punchblock/event/active_speaker.rb
punchblock-1.9.2 lib/punchblock/event/active_speaker.rb
punchblock-1.9.1 lib/punchblock/event/active_speaker.rb
punchblock-1.9.0 lib/punchblock/event/active_speaker.rb
punchblock-1.8.2 lib/punchblock/event/active_speaker.rb
punchblock-1.8.1 lib/punchblock/event/active_speaker.rb
punchblock-1.8.0 lib/punchblock/event/active_speaker.rb
punchblock-1.7.1 lib/punchblock/event/active_speaker.rb
punchblock-1.7.0 lib/punchblock/event/active_speaker.rb
punchblock-1.6.1 lib/punchblock/event/active_speaker.rb
punchblock-1.6.0 lib/punchblock/event/active_speaker.rb
punchblock-1.5.3 lib/punchblock/event/active_speaker.rb
punchblock-1.5.2 lib/punchblock/event/active_speaker.rb
punchblock-1.5.1 lib/punchblock/event/active_speaker.rb
punchblock-1.5.0 lib/punchblock/event/active_speaker.rb
punchblock-1.4.1 lib/punchblock/event/active_speaker.rb
punchblock-1.4.0 lib/punchblock/event/active_speaker.rb
punchblock-1.3.0 lib/punchblock/event/active_speaker.rb
punchblock-1.2.0 lib/punchblock/event/active_speaker.rb