Class: Emailer::MockNetSmtp
- Inherits:
-
Object
- Object
- Emailer::MockNetSmtp
- Defined in:
- lib/emailer/mock_smtp_facade.rb
Instance Method Summary collapse
Instance Method Details
#finish ⇒ Object
8 |
# File 'lib/emailer/mock_smtp_facade.rb', line 8 def finish; end |
#sendmail(*args) ⇒ Object
7 |
# File 'lib/emailer/mock_smtp_facade.rb', line 7 def sendmail(*args); end |
#start(*args) ⇒ Object
6 |
# File 'lib/emailer/mock_smtp_facade.rb', line 6 def start(*args); end |
#started? ⇒ Boolean
9 |
# File 'lib/emailer/mock_smtp_facade.rb', line 9 def started?; end |