class MonkeyMailer::Email::Attachment
Attributes
content_type[RW]
file_path[RW]
Public Class Methods
new(hash=nil)
click to toggle source
# File lib/monkey-mailer/email.rb, line 21 def initialize(hash=nil) unless hash.nil? hash.each_pair{|key, value| self.send("#{key}=", value)} end end