Module: Infrataster::BrowsermobProxy
- Defined in:
- lib/infrataster/browsermob_proxy.rb
Class Method Summary collapse
Class Method Details
.bin_path ⇒ Object
14 15 16 |
# File 'lib/infrataster/browsermob_proxy.rb', line 14 def bin_path @bin_path end |
.bin_path=(path) ⇒ Object
18 19 20 |
# File 'lib/infrataster/browsermob_proxy.rb', line 18 def bin_path=(path) @bin_path = path end |
.proxy ⇒ Object
10 11 12 |
# File 'lib/infrataster/browsermob_proxy.rb', line 10 def proxy @proxy ||= server.create_proxy end |
.server ⇒ Object
6 7 8 |
# File 'lib/infrataster/browsermob_proxy.rb', line 6 def server @server ||= start_server end |