Class: BaseTag
- Inherits:
-
REXML::Element
- Object
- REXML::Element
- BaseTag
- Defined in:
- lib/ribit/xhtmltag.rb
Overview
Helper class for creating ‘base’ elements
Constant Summary collapse
- NAME =
'base'- HREF =
'href'- TARGET =
'target'
Instance Method Summary collapse
-
#initialize(href = nil, target = nil) ⇒ BaseTag
constructor
A new instance of BaseTag.