Class: ActionMailer::Base::NullMail

Inherits:
Object
  • Object
show all
Defined in:
lib/action_mailer/base.rb

Overview

:nodoc:

Instance Method Summary collapse

Dynamic Method Handling

This class handles dynamic methods through the method_missing method

#method_missing(*args) ⇒ Object



589
590
591
# File 'lib/action_mailer/base.rb', line 589

def method_missing(*args)
  nil
end

Instance Method Details

#bodyObject



586
# File 'lib/action_mailer/base.rb', line 586

def body; '' end

#headerObject



587
# File 'lib/action_mailer/base.rb', line 587

def header; {} end