Class: Mechanize::Page::Base

Inherits:
Link
  • Object
show all
Defined in:
lib/mechanize/page/base.rb

Overview

This class encapsulates a Base tag. Mechanize treats base tags just like ‘a’ tags. Base objects will contain links, but most likely will have no text.

Instance Attribute Summary

Attributes inherited from Link

#attributes, #href, #node, #page

Method Summary

Methods inherited from Link

#click, #dom_id, #initialize, #pretty_print, #rel, #rel?, #text, #uri

Constructor Details

This class inherits a constructor from Mechanize::Page::Link