class Bandwidth::Voice::StopGather

The StopGather verb is used to complete a gather

Public Instance Methods

to_bxml(xml) click to toggle source
# File lib/bandwidth/voice_lib/bxml/verbs/stop_gather.rb, line 9
def to_bxml(xml)
  xml.StopGather()
end