Sha256: 8366116b62d5ed12c56dad8a435019a4b6ffd746743ac91ac097979a27632980

Contents?: true

Size: 379 Bytes

Versions: 3

Compression:

Stored size: 379 Bytes

Contents

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

module Bandwidth
  # State.
  class StateEnum
    STATE_ENUM = [
      # TODO: Write general description for ACTIVE
      ACTIVE = 'ACTIVE'.freeze,

      # TODO: Write general description for COMPLETED
      COMPLETED = 'COMPLETED'.freeze
    ].freeze
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
bandwidth-sdk-1.0.1 lib/bandwidth/voice_lib/voice/models/state_enum.rb
bandwidth-sdk-1.0.0 lib/bandwidth/voice_lib/voice/models/state_enum.rb
bandwidth-sdk-1.0.0.pre lib/bandwidth/voice_lib/voice/models/state_enum.rb