Sha256: 701ad084e046b3e98b6f0a8172d53cda57c2241374d74df59e95b67caadf0f2d

Contents?: true

Size: 239 Bytes

Versions: 27

Compression:

Stored size: 239 Bytes

Contents

require_relative 'xml_verb'

module Bandwidth 
  module Voice  
    # The StopGather verb is used to complete a gather
    class StopGather
      include XmlVerb

      def to_bxml(xml)
        xml.StopGather()
      end
    end
  end
end

Version data entries

27 entries across 27 versions & 1 rubygems

Version Path
bandwidth-sdk-10.5.0 lib/bandwidth/voice_lib/bxml/verbs/stop_gather.rb
bandwidth-sdk-10.4.0 lib/bandwidth/voice_lib/bxml/verbs/stop_gather.rb
bandwidth-sdk-10.3.0 lib/bandwidth/voice_lib/bxml/verbs/stop_gather.rb
bandwidth-sdk-10.2.0 lib/bandwidth/voice_lib/bxml/verbs/stop_gather.rb
bandwidth-sdk-10.1.0 lib/bandwidth/voice_lib/bxml/verbs/stop_gather.rb
bandwidth-sdk-10.0.0 lib/bandwidth/voice_lib/bxml/verbs/stop_gather.rb
bandwidth-sdk-9.4.1 lib/bandwidth/voice_lib/bxml/verbs/stop_gather.rb
bandwidth-sdk-9.4.0 lib/bandwidth/voice_lib/bxml/verbs/stop_gather.rb
bandwidth-sdk-9.3.0 lib/bandwidth/voice_lib/bxml/verbs/stop_gather.rb
bandwidth-sdk-9.2.0 lib/bandwidth/voice_lib/bxml/verbs/stop_gather.rb
bandwidth-sdk-9.1.2 lib/bandwidth/voice_lib/bxml/verbs/stop_gather.rb
bandwidth-sdk-9.1.1 lib/bandwidth/voice_lib/bxml/verbs/stop_gather.rb
bandwidth-sdk-9.1.0 lib/bandwidth/voice_lib/bxml/verbs/stop_gather.rb
bandwidth-sdk-9.0.0 lib/bandwidth/voice_lib/bxml/verbs/stop_gather.rb
bandwidth-sdk-8.0.0 lib/bandwidth/voice_lib/bxml/verbs/stop_gather.rb
bandwidth-sdk-7.1.0 lib/bandwidth/voice_lib/bxml/verbs/stop_gather.rb
bandwidth-sdk-7.0.0 lib/bandwidth/voice_lib/bxml/verbs/stop_gather.rb
bandwidth-sdk-6.2.0 lib/bandwidth/voice_lib/bxml/verbs/stop_gather.rb
bandwidth-sdk-6.1.0 lib/bandwidth/voice_lib/bxml/verbs/stop_gather.rb
bandwidth-sdk-6.0.0 lib/bandwidth/voice_lib/bxml/verbs/stop_gather.rb