Sha256: 3b09bc3d9c0e1829126dca667dced3119024c7ef207a41cb930e9192eca692d5

Contents?: true

Size: 195 Bytes

Versions: 2

Compression:

Stored size: 195 Bytes

Contents

module Bandwidth
  module Bxml
    class StopGather
      include Bandwidth::Bxml::Verb

      # Initializer
      def initialize
        super("StopGather", 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/stop_gather.rb
bandwidth-sdk-11.0.0.pre.beta.1 lib/bandwidth-sdk/models/bxml/verbs/stop_gather.rb