class PdfLinksChecker::Page

Attributes

annotations[R]
pdf_page[R]

Public Class Methods

new(pdf_page, annotations) click to toggle source
# File lib/pdf_links_checker/page.rb, line 3
def initialize(pdf_page, annotations)
  @pdf_page = pdf_page
  @annotations = annotations
end

Public Instance Methods

Private Instance Methods