class Bandwidth::Voice::SendDtmf
Public Instance Methods
to_bxml(xml)
click to toggle source
# File lib/bandwidth/voice_lib/bxml/verbs/send_dtmf.rb, line 8 def to_bxml(xml) xml.SendDtmf(dtmf, compact_hash({ 'toneDuration' => tone_duration, 'toneInterval' => tone_interval })) end