Sha256: dcf5cf8aa3b4c6a4320ac003655b21765ba81a6f1040f91f7e60ef5207a2d40c
Contents?: true
Size: 503 Bytes
Versions: 5
Compression:
Stored size: 503 Bytes
Contents
module GenesisRuby module Api module Constants module Transactions module Parameters module Wpf # Channel for sending WPF reminder. Valid values are ’email’ and ’sms’ class ReminderChannels extend Mixins::Constants::Common # Channel email EMAIL = 'email'.freeze # Channel sms SMS = 'sms'.freeze end end end end end end end
Version data entries
5 entries across 5 versions & 1 rubygems