Class: Motley::Schema::HTML

Inherits:
Motley::Schema show all
Defined in:
lib/motley/schemas/html.rb

Overview

Motley::Schema::HTML

Instance Attribute Summary

Attributes inherited from Motley::Schema

#tags

Instance Method Summary collapse

Constructor Details

#initializeHTML


initialize



8
9
10
11
12
13
14
# File 'lib/motley/schemas/html.rb', line 8

def initialize()
  super()
  
  # tags
  @tags['html'] = Motley::HTML::HTML
  @tags['a'] = Motley::HTML::A
end