Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 371 Bytes

File metadata and controls

20 lines (14 loc) · 371 Bytes

Unifapi::BrowserLinksResult

Properties

Name Type Description Notes
url String The rendered URL.
links Array<String> Absolute URLs discovered on the page.

Example

require 'unifapi'

instance = Unifapi::BrowserLinksResult.new(
  url: null,
  links: null
)