Sha256: 8366116b62d5ed12c56dad8a435019a4b6ffd746743ac91ac097979a27632980
Contents?: true
Size: 379 Bytes
Versions: 3
Compression:
Stored size: 379 Bytes
Contents
# bandwidth # # This file was automatically generated by APIMATIC v2.0 # ( https://apimatic.io ). module Bandwidth # State. class StateEnum STATE_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
3 entries across 3 versions & 1 rubygems