class SipgateIo::Dtmf
Attributes
call_id[R]
dtmf[R]
event[R]
Public Class Methods
new(params)
click to toggle source
# File lib/sipgate_io/dtmf.rb, line 12 def initialize(params) @event = params[:event] @call_id = params[:callId] @dtmf = params[:dtmf] end