Class: Emailer::MockNetSmtp

Inherits:
Object
  • Object
show all
Defined in:
lib/emailer/mock_smtp_facade.rb

Instance Method Summary collapse

Instance Method Details

#finishObject



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

Returns:

  • (Boolean)


9
# File 'lib/emailer/mock_smtp_facade.rb', line 9

def started?; end