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