class Papers::FileExistsError
Attributes
manifest_path[R]
Public Class Methods
new(path)
click to toggle source
Calls superclass method
# File lib/papers/manifest_generator.rb, line 10 def initialize(path) @manifest_path = path super end