Class: Motley::HTML::A
- Inherits:
-
Tag::Nested
- Object
- TagBase
- Tag
- Tag::Nested
- Motley::HTML::A
- Defined in:
- lib/motley/schemas/html.rb
Overview
Motley::HTML::A
Instance Attribute Summary
Attributes inherited from Tag::Nested
Attributes inherited from Tag
Attributes inherited from TagBase
Instance Method Summary collapse
-
#name ⇒ Object
name.
Methods inherited from Tag::Nested
Methods inherited from Tag
Methods inherited from TagBase
Constructor Details
This class inherits a constructor from Motley::Tag::Nested
Instance Method Details
#name ⇒ Object
name
74 |
# File 'lib/motley/schemas/html.rb', line 74 def name; 'a'; end |