Class: Bandwidth::PriorityEnum

Inherits:
Object
  • Object
show all
Defined in:
lib/bandwidth/messaging_lib/messaging/models/priority_enum.rb

Overview

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.

Constant Summary collapse

PRIORITY_ENUM =
[
  # TODO: Write general description for DEFAULT
  DEFAULT = 'default'.freeze,

  # TODO: Write general description for HIGH
  HIGH = 'high'.freeze
].freeze