Skip to Content Skip to Search

class ActionMailer::Base::LateAttachmentsProxy

Inherits From

Public instance methods

[]=(_name, _content)

Permalink
Source code GitHub
# File actionmailer/lib/action_mailer/base.rb, line 771
def []=(_name, _content); _raise_error end

inline()

Permalink
Source code GitHub
# File actionmailer/lib/action_mailer/base.rb, line 770
def inline; self end

Definition files