Sha256: 4808c6b95ff31b0cf9d6e86fcf757bd720b34930e6149a87ec06a1bf0350e641

Contents?: true

Size: 326 Bytes

Versions: 1

Compression:

Stored size: 326 Bytes

Contents

module Rumeme
  # This class defines constants used to specify the validity period
  # of messages injected into the SMS network.
  class ValidityPeriod
      MINIMUM = 0
      ONE_HOUR = 11
      SIX_HOURS= 71
      ONE_DAY = 167
      TWO_DAYS = 168
      THREE_DAYS = 169
      ONE_WEEK = 173
      MAXIMUM = 255
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
rumeme-0.4.1 lib/rumeme/validity_period.rb