Class: ActionMailer::Base::NullMail
Do not use. This class is for internal use only.
Relationships & Source Files | |
Inherits: | Object |
Defined in: | actionmailer/lib/action_mailer/base.rb |
Instance Method Summary
Dynamic Method Handling
This class handles dynamic methods through the method_missing method
#method_missing
[ GitHub ]# File 'actionmailer/lib/action_mailer/base.rb', line 671
def method_missing(...) nil end
Instance Method Details
#body
[ GitHub ]# File 'actionmailer/lib/action_mailer/base.rb', line 664
def body; "" end
#header
[ GitHub ]# File 'actionmailer/lib/action_mailer/base.rb', line 665
def header; {} end
#respond_to?(string, include_all = false) ⇒ Boolean
# File 'actionmailer/lib/action_mailer/base.rb', line 667
def respond_to?(string, include_all = false) true end