Sha256: 6c6657612510451466e20446ee2aa5385d0aafeb6ffb461350a0edcb990c3049
Contents?: true
Size: 429 Bytes
Versions: 27
Compression:
Stored size: 429 Bytes
Contents
require_relative 'xml_verb' module Bandwidth module Voice # The StartGather verb is used to start a gather class StartGather include XmlVerb def to_bxml(xml) xml.StartGather(compact_hash({ 'username' => username, 'password' => password, 'tag' => tag, 'dtmfUrl' => dtmf_url, 'dtmfMethod' => dtmf_method, })) end end end end
Version data entries
27 entries across 27 versions & 1 rubygems