Sha256: a3a6614ba63532949cde5699102dc7cc6728bd49f5febf079f1d6b5c22685605

Contents?: true

Size: 187 Bytes

Versions: 2

Compression:

Stored size: 187 Bytes

Contents

module Bandwidth
  module Bxml
    class Hangup
      include Bandwidth::Bxml::Verb

      # Initializer
      def initialize
        super("Hangup", nil, {})
      end
    end
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
bandwidth-sdk-11.0.0.pre.beta.1.1 lib/bandwidth-sdk/models/bxml/verbs/hangup.rb
bandwidth-sdk-11.0.0.pre.beta.1 lib/bandwidth-sdk/models/bxml/verbs/hangup.rb