Class: PDFDetach::Configuration
- Inherits:
-
Object
- Object
- PDFDetach::Configuration
- Defined in:
- lib/pdfdetach/configuration.rb
Overview
Catch and configure pdfdetach binary path
Instance Attribute Summary collapse
-
#binary_path ⇒ Object
Returns the value of attribute binary_path.
Instance Method Summary collapse
-
#initialize ⇒ Configuration
constructor
A new instance of Configuration.
Constructor Details
#initialize ⇒ Configuration
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_path ⇒ Object
Returns the value of attribute binary_path.
7 8 9 |
# File 'lib/pdfdetach/configuration.rb', line 7 def binary_path @binary_path end |