class Bandwidth::Voice::StartGather

The StartGather verb is used to start a gather

Public Instance Methods

to_bxml(xml) click to toggle source
# File lib/bandwidth/voice_lib/bxml/verbs/start_gather.rb, line 9
def to_bxml(xml)
  xml.StartGather(compact_hash({
    'username' => username,
    'password' => password,
    'tag' => tag,
    'dtmfUrl' => dtmf_url,
    'dtmfMethod' => dtmf_method,
   }))
end