Class: PDFDetach::Configuration

Inherits:
Object
  • Object
show all
Defined in:
lib/pdfdetach/configuration.rb

Overview

Catch and configure pdfdetach binary path

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeConfiguration

Returns a new instance of Configuration.



9
10
11
# File 'lib/pdfdetach/configuration.rb', line 9

def initialize
  @binary_path = nil
end

Instance Attribute Details

#binary_pathObject

Returns the value of attribute binary_path.



7
8
9
# File 'lib/pdfdetach/configuration.rb', line 7

def binary_path
  @binary_path
end