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
#url ⇒ URI::Generic
85 86 87 |
# File 'cask/url.rb', line 85 def url @url end |