Class: Motley::Schema::HTML
- Inherits:
-
Motley::Schema
- Object
- Motley::Schema
- Motley::Schema::HTML
- Defined in:
- lib/motley/schemas/html.rb
Overview
Motley::Schema::HTML
Instance Attribute Summary
Attributes inherited from Motley::Schema
Instance Method Summary collapse
-
#initialize ⇒ HTML
constructor
————————————————————————— initialize.
Constructor Details
#initialize ⇒ HTML
initialize
8 9 10 11 12 13 14 |
# File 'lib/motley/schemas/html.rb', line 8 def initialize() super() # tags ['html'] = Motley::HTML::HTML ['a'] = Motley::HTML::A end |