class EmlToPdfExt::FileEmailProvider
Attributes
email[R]
Public Class Methods
new(input_path)
click to toggle source
# File lib/eml_to_pdf_ext/file_email_provider.rb, line 5 def initialize(input_path) @email = Mail.read(input_path) end