Class: ActionMailer::Base::NullMail
- Inherits:
-
Object
- Object
- ActionMailer::Base::NullMail
- Defined in:
- lib/action_mailer/base.rb
Overview
:nodoc:
Instance Method Summary collapse
- #body ⇒ Object
- #header ⇒ Object
- #method_missing(*args) ⇒ Object
- #respond_to?(string, include_all = false) ⇒ Boolean
Dynamic Method Handling
This class handles dynamic methods through the method_missing method
#method_missing(*args) ⇒ Object
[View source]
636 637 638 |
# File 'lib/action_mailer/base.rb', line 636 def method_missing(*args) nil end |
Instance Method Details
#respond_to?(string, include_all = false) ⇒ Boolean
632 633 634 |
# File 'lib/action_mailer/base.rb', line 632 def respond_to?(string, include_all = false) true end |