class Ari::ChannelDtmfReceived
Attributes
channel[R]
digit[R]
duration_ms[R]
Public Instance Methods
channel=(val)
click to toggle source
# File lib/ari/models/channel_dtmf_received.rb, line 17 def channel=(val) @channel ||= Channel.new(val) end