Module: WebInspector
- Defined in:
- lib/web_inspector.rb,
lib/web_inspector/meta.rb,
lib/web_inspector/page.rb,
lib/web_inspector/request.rb,
lib/web_inspector/version.rb,
lib/web_inspector/inspector.rb
Defined Under Namespace
Classes: Inspector, Meta, Page, Request
Constant Summary collapse
- VERSION =
'1.1.0'
Class Method Summary collapse
Class Method Details
.new(url, options = {}) ⇒ Object
9 10 11 |
# File 'lib/web_inspector.rb', line 9 def new(url, = {}) Page.new(url, ) end |