Sha256: 1d20a55717fa2c97cf7a87341ac82530e0dc6ca660d3958111db95f5a0fe3d3a
Contents?: true
Size: 655 Bytes
Versions: 7
Compression:
Stored size: 655 Bytes
Contents
# bandwidth # # This file was automatically generated by APIMATIC v2.0 # ( https://apimatic.io ). module Bandwidth # Status. class StatusEnum STATUS_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 ].freeze end end
Version data entries
7 entries across 7 versions & 1 rubygems