Module: HtmlTo::Configuration
- Defined in:
- lib/html_to/configuration.rb
Class Attribute Summary collapse
-
.chromium_path ⇒ Object
Returns the value of attribute chromium_path.
Class Method Summary collapse
Class Attribute Details
.chromium_path ⇒ Object
Returns the value of attribute chromium_path.
4 5 6 |
# File 'lib/html_to/configuration.rb', line 4 def chromium_path @chromium_path end |
Class Method Details
.config {|_self| ... } ⇒ Object
6 7 8 |
# File 'lib/html_to/configuration.rb', line 6 def config yield self end |