Sha256: 231fe54779be458619fc905a173c68a7c42d0f53c8df3b2c77377efb8047e356
Contents?: true
Size: 537 Bytes
Versions: 20
Compression:
Stored size: 537 Bytes
Contents
# bandwidth # # This file was automatically generated by APIMATIC v2.0 # ( https://apimatic.io ). module Bandwidth # The message's priority, currently for toll-free or short code SMS only. # Messages with a priority value of `"high"` are given preference over your # other traffic. class PriorityEnum PRIORITY_ENUM = [ # TODO: Write general description for DEFAULT DEFAULT = 'default'.freeze, # TODO: Write general description for HIGH HIGH = 'high'.freeze ].freeze end end
Version data entries
20 entries across 20 versions & 1 rubygems