Sha256: f3096133beaf1ae0370a18fab0fb3284ff708ebae8e69148a0b9df4edc479887

Contents?: true

Size: 886 Bytes

Versions: 13

Compression:

Stored size: 886 Bytes

Contents

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

module Bandwidth
  # Status3.
  class Status3Enum
    STATUS3_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

13 entries across 13 versions & 1 rubygems

Version Path
bandwidth-sdk-6.2.0 lib/bandwidth/voice_lib/voice/models/status3_enum.rb
bandwidth-sdk-6.1.0 lib/bandwidth/voice_lib/voice/models/status3_enum.rb
bandwidth-sdk-6.0.0 lib/bandwidth/voice_lib/voice/models/status3_enum.rb
bandwidth-sdk-5.0.0 lib/bandwidth/voice_lib/voice/models/status3_enum.rb
bandwidth-sdk-4.0.0 lib/bandwidth/voice_lib/voice/models/status3_enum.rb
bandwidth-sdk-3.13.2 lib/bandwidth/voice_lib/voice/models/status3_enum.rb
bandwidth-sdk-3.13.1 lib/bandwidth/voice_lib/voice/models/status3_enum.rb
bandwidth-sdk-3.13.0 lib/bandwidth/voice_lib/voice/models/status3_enum.rb
bandwidth-sdk-3.12.1 lib/bandwidth/voice_lib/voice/models/status3_enum.rb
bandwidth-sdk-3.12.0 lib/bandwidth/voice_lib/voice/models/status3_enum.rb
bandwidth-sdk-3.11.0 lib/bandwidth/voice_lib/voice/models/status3_enum.rb
bandwidth-sdk-3.10.0 lib/bandwidth/voice_lib/voice/models/status3_enum.rb
bandwidth-sdk-3.9.0 lib/bandwidth/voice_lib/voice/models/status3_enum.rb