Sha256: 97fdb37b6b671647c041bc0926e477a5e63f044a9badf19252163420a2fa2a59
Contents?: true
Size: 862 Bytes
Versions: 7
Compression:
Stored size: 862 Bytes
Contents
# bandwidth # # This file was automatically generated by APIMATIC v2.0 # ( https://apimatic.io ). module Bandwidth # Status1. class Status1Enum STATUS1_ENUM = [ # TODO: Write general description for REQUESTED REQUESTED = 'requested'.freeze, # 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 ].freeze end end
Version data entries
7 entries across 7 versions & 1 rubygems