Method: MultiInfo::API.test_mode
- Defined in:
- lib/multiinfo/api.rb
.test_mode ⇒ Object
Set to true to test message sending; this will not actually send messages but will collect sent messages in a testable collection. (off by default)
18 19 20 |
# File 'lib/multiinfo/api.rb', line 18 def test_mode @test_mode end |