class PdfMatcher::PdfFile::Base

Attributes

data[R]
path[R]

Public Class Methods

new(data:, path:) click to toggle source
# File lib/pdf_matcher/pdf_file.rb, line 28
def initialize(data:, path:)
  @data = data
  @path = path
end

Public Instance Methods

close() click to toggle source
# File lib/pdf_matcher/pdf_file.rb, line 34
def close; end
open() click to toggle source
# File lib/pdf_matcher/pdf_file.rb, line 33
def open; end