class Pdftotext::Page

Attributes

number[R]
text[R]

Public Class Methods

new(options) click to toggle source
# File lib/pdftotext/page.rb, line 5
def initialize(options)
  @text   = options[:text]
  @number = options[:number]
end