Method: SmsSafe::Configuration#intercept_mechanism
- Defined in:
- lib/sms_safe/config.rb
#intercept_mechanism ⇒ Object
What to do with intercepted messages. Options are:
:redirect - send SMS to another number. Must set redirect_target option
:email - send an Email instead. Must set email_target option.
:discard - don't send anything. May want to set discard_delay if simulating load
30 31 32 |
# File 'lib/sms_safe/config.rb', line 30 def intercept_mechanism @intercept_mechanism end |