Sha256: c5aea7a62caf6c971a3bf98b7b21671b7ffdb74b46fe6662d545d6e7800ab986
Contents?: true
Size: 382 Bytes
Versions: 35
Compression:
Stored size: 382 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 ACTIVE ACTIVE = 'active'.freeze, # TODO: Write general description for COMPLETED COMPLETED = 'completed'.freeze ].freeze end end
Version data entries
35 entries across 35 versions & 1 rubygems