Module: Phantomjs::Configuration
Instance Attribute Summary collapse
-
#phantomjs_path ⇒ Object
Returns the value of attribute phantomjs_path.
Instance Method Summary collapse
Instance Attribute Details
#phantomjs_path ⇒ Object
Returns the value of attribute phantomjs_path.
5 6 7 |
# File 'lib/phantomjs/configuration.rb', line 5 def phantomjs_path @phantomjs_path end |
Instance Method Details
#configure {|_self| ... } ⇒ Object
9 10 11 |
# File 'lib/phantomjs/configuration.rb', line 9 def configure yield self end |