Class: Lightpanda::Configuration

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeConfiguration

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_pathObject

Returns the value of attribute binary_path.



5
6
7
# File 'lib/lightpanda/configuration.rb', line 5

def binary_path
  @binary_path
end