Sha256: 195c6d0ed357431c158d0e87a6c380cbd7c09f0650b4a89ffdf575bfe02843d1

Contents?: true

Size: 203 Bytes

Versions: 2

Compression:

Stored size: 203 Bytes

Contents

module Bandwidth
  module Bxml
    class PauseRecording
      include Bandwidth::Bxml::Verb

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