class TryPaper::Document
this is a base64 encoded document that will get sent to the mailer class
Attributes
base64format[R]
file[R]
Public Class Methods
new(file)
click to toggle source
# File lib/TryPaper/document.rb, line 10 def initialize(file) @file = file end