Module: Punchblock::Event::ActiveSpeaker
- Included in:
- StartedSpeaking, StoppedSpeaking
- Defined in:
- lib/punchblock/event/active_speaker.rb
Instance Method Summary (collapse)
Instance Method Details
- (Object) call_id
6 7 8 |
# File 'lib/punchblock/event/active_speaker.rb', line 6 def call_id read_attr :call-id' end |
- (Object) call_id=(other)
10 11 12 |
# File 'lib/punchblock/event/active_speaker.rb', line 10 def call_id=(other) write_attr :call-id', other end |
- (Object) inspect_attributes
:nodoc:
14 15 16 |
# File 'lib/punchblock/event/active_speaker.rb', line 14 def inspect_attributes # :nodoc: [:call_id] + super end |