Sha256: 96636ae45ca3a63543c998b2649c358e7a0d7a4fc93a99d742033202bb49781c
Contents?: true
Size: 184 Bytes
Versions: 5
Compression:
Stored size: 184 Bytes
Contents
require_relative 'xml_verb' module Bandwidth module Voice class SendDtmf include XmlVerb def to_bxml(xml) xml.SendDtmf(dtmf) end end end end
Version data entries
5 entries across 5 versions & 1 rubygems