Class: Motley::HTML::A

Inherits:
Tag::Nested show all
Defined in:
lib/motley/schemas/html.rb

Overview

Motley::HTML::A

Instance Attribute Summary

Attributes inherited from Tag::Nested

#parent

Attributes inherited from Tag

#children

Attributes inherited from TagBase

#atts

Instance Method Summary collapse

Methods inherited from Tag::Nested

#initialize

Methods inherited from Tag

#initialize, set_atts

Methods inherited from TagBase

#initialize

Constructor Details

This class inherits a constructor from Motley::Tag::Nested

Instance Method Details

#nameObject

name



74
# File 'lib/motley/schemas/html.rb', line 74

def name; 'a'; end