Sha256: d432d7d9507f515371f3406ecf90c5f31b81d0873e3d629c90cc9802f3c2d6f4

Contents?: true

Size: 145 Bytes

Versions: 24

Compression:

Stored size: 145 Bytes

Contents

# encoding: utf-8

module Punchblock
  class Event
    class DTMF < Event
      register :dtmf, :core

      attribute :signal
    end
  end
end

Version data entries

24 entries across 24 versions & 1 rubygems

Version Path
punchblock-2.0.1 lib/punchblock/event/dtmf.rb
punchblock-2.0.0 lib/punchblock/event/dtmf.rb
punchblock-2.0.0.beta2 lib/punchblock/event/dtmf.rb
punchblock-2.0.0.beta1 lib/punchblock/event/dtmf.rb