Sha256: 2dec173db6b81a6d2cdd68c7d093d3861941886965d7f41f6c4ce75732d72ac7
Contents?: true
Size: 627 Bytes
Versions: 14
Compression:
Stored size: 627 Bytes
Contents
# bandwidth # # This file was automatically generated by APIMATIC v2.0 # ( https://apimatic.io ). module Bandwidth # The machine detection mode. If set to 'async', the detection result will be # sent in a 'machineDetectionComplete' callback. If set to 'sync', the # 'answer' callback will wait for the machine detection to complete and will # include its result. Default is 'async'. class ModeEnum MODE_ENUM = [ # TODO: Write general description for SYNC SYNC = 'sync'.freeze, # TODO: Write general description for ASYNC ASYNC = 'async'.freeze ].freeze end end
Version data entries
14 entries across 14 versions & 1 rubygems