Sha256: 1387559c3695872eb8c2b3a2059443b01c8f807fb7acd73c7d817303c3ce83f2
Contents?: true
Size: 780 Bytes
Versions: 13
Compression:
Stored size: 780 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 PROCESSING PROCESSING = 'processing'.freeze, # TODO: Write general description for PARTIAL PARTIAL = 'partial'.freeze, # TODO: Write general description for COMPLETE COMPLETE = 'complete'.freeze, # TODO: Write general description for DELETED DELETED = 'deleted'.freeze, # TODO: Write general description for ERROR ERROR = 'error'.freeze, # TODO: Write general description for ALREADYINPROGRESS ALREADYINPROGRESS = 'already-in-progress'.freeze ].freeze end end
Version data entries
13 entries across 13 versions & 1 rubygems