Class: Lightpanda::Configuration
- Inherits:
-
Object
- Object
- Lightpanda::Configuration
- Defined in:
- lib/lightpanda/configuration.rb
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.
7 8 9 |
# File 'lib/lightpanda/configuration.rb', line 7 def initialize @binary_path = nil end |
Instance Attribute Details
#binary_path ⇒ Object
Returns the value of attribute binary_path.
5 6 7 |
# File 'lib/lightpanda/configuration.rb', line 5 def binary_path @binary_path end |