Sha256: 263af5c89506ad1ef81d03374290ebc5d37e55edd1b6b8711da2c9d4ac9284de
Contents?: true
Size: 368 Bytes
Versions: 46
Compression:
Stored size: 368 Bytes
Contents
# bandwidth # # This file was automatically generated by APIMATIC v2.0 # ( https://apimatic.io ). module Bandwidth # FileFormat. class FileFormatEnum FILE_FORMAT_ENUM = [ # TODO: Write general description for MP3 MP3 = 'mp3'.freeze, # TODO: Write general description for WAV WAV = 'wav'.freeze ].freeze end end
Version data entries
46 entries across 46 versions & 1 rubygems