Class: Motley::Schema

Inherits:
Object
  • Object
show all
Defined in:
lib/motley.rb

Overview

Motley::Schema

Direct Known Subclasses

HTML, MML

Defined Under Namespace

Classes: HTML, MML

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeSchema


initialize



342
343
344
# File 'lib/motley.rb', line 342

def initialize()
	@tags = {}
end

Instance Attribute Details

#tagsObject (readonly)

Returns the value of attribute tags.



337
338
339
# File 'lib/motley.rb', line 337

def tags
  @tags
end