Module: Phantomjs::Configuration

Extended by:
Configuration
Included in:
Configuration
Defined in:
lib/phantomjs/configuration.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#phantomjs_pathObject

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

Yields:

  • (_self)

Yield Parameters:



9
10
11
# File 'lib/phantomjs/configuration.rb', line 9

def configure
  yield self
end