class Bandwidth::Xml::Verbs::SendDtmf

Send digits on a live call

Public Instance Methods

to_xml(xml) click to toggle source
# File lib/bandwidth/xml/verbs/send_dtmf.rb, line 8
def to_xml(xml)
  xml.SendDtmf(digits)
end