Sha256: dedb05f3bd9ce45080058e7aa056c05c7f222036fed5140144fea6850cc65cce
Contents?: true
Size: 379 Bytes
Versions: 21
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
21 entries across 21 versions & 1 rubygems