Module: FreshmailApi::SpamTest
- Included in:
- FreshmailApi
- Defined in:
- lib/freshmail_api/spam_test.rb
Instance Method Summary collapse
Instance Method Details
#check_spam_test(data) ⇒ Object
4 5 6 |
# File 'lib/freshmail_api/spam_test.rb', line 4 def check_spam_test(data) perform(:post, 'spam_test/check', data) end |