Module: Cask::URL::BlockDSL::PageWithURL Private

Defined in:
cask/url.rb

Overview

This module is part of a private API. This module may only be used in the Homebrew/brew repository. Third parties should avoid using this module if possible, as it may be removed or changed without warning.

To access URL associated with page contents.

Instance Attribute Summary collapse

Instance Attribute Details

#urlURI::Generic

Returns:

  • (URI::Generic)


88
89
90
# File 'cask/url.rb', line 88

def url
  @url
end