Sha256: b56575f9a124427e1a0be373310a104280fcb768c11f6ea2f44601501d3f67c1

Contents?: true

Size: 230 Bytes

Versions: 5

Compression:

Stored size: 230 Bytes

Contents

require_relative 'xml_verb'

module Bandwidth 
  module Voice  
    # The Hangup verb is used to hangup current call
    class Hangup
      include XmlVerb

      def to_bxml(xml)
        xml.Hangup()
      end
    end
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
bandwidth-sdk-2.0.0 lib/bandwidth/voice_lib/bxml/verbs/hangup.rb
bandwidth-sdk-1.0.2 lib/bandwidth/voice_lib/bxml/verbs/hangup.rb
bandwidth-sdk-1.0.1 lib/bandwidth/voice_lib/bxml/verbs/hangup.rb
bandwidth-sdk-1.0.0 lib/bandwidth/voice_lib/bxml/verbs/hangup.rb
bandwidth-sdk-1.0.0.pre lib/bandwidth/voice_lib/bxml/verbs/hangup.rb