Sha256: 501368dfa9e2ac80ac6a0d926a7d1ff92839b9fc8de0dc07385a3362bb71bef1

Contents?: true

Size: 886 Bytes

Versions: 5

Compression:

Stored size: 886 Bytes

Contents

# bandwidth
#
# This file was automatically generated by APIMATIC v2.0
# ( https://apimatic.io ).

module Bandwidth
  # Status2.
  class Status2Enum
    STATUS2_ENUM = [
      # TODO: Write general description for NONE
      NONE = 'none'.freeze,

      # TODO: Write general description for PROCESSING
      PROCESSING = 'processing'.freeze,

      # TODO: Write general description for AVAILABLE
      AVAILABLE = 'available'.freeze,

      # TODO: Write general description for ERROR
      ERROR = 'error'.freeze,

      # TODO: Write general description for TIMEOUT
      TIMEOUT = 'timeout'.freeze,

      # TODO: Write general description for FILESIZETOOBIG
      FILESIZETOOBIG = 'file-size-too-big'.freeze,

      # TODO: Write general description for FILESIZETOOSMALL
      FILESIZETOOSMALL = 'file-size-too-small'.freeze
    ].freeze
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
bandwidth-sdk-3.8.0 lib/bandwidth/voice_lib/voice/models/status2_enum.rb
bandwidth-sdk-3.7.0 lib/bandwidth/voice_lib/voice/models/status2_enum.rb
bandwidth-sdk-3.6.0 lib/bandwidth/voice_lib/voice/models/status2_enum.rb
bandwidth-sdk-3.5.0 lib/bandwidth/voice_lib/voice/models/status2_enum.rb
bandwidth-sdk-3.4.0 lib/bandwidth/voice_lib/voice/models/status2_enum.rb