Class: Motley::SchemaSet

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

Overview

Motley::SchemaSet

Defined Under Namespace

Classes: TagFinder

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeSchemaSet


initialize



374
375
376
377
# File 'lib/motley.rb', line 374

def initialize
	@schemas = []
	@tags = Motley::SchemaSet::TagFinder.new(self)
end

Instance Attribute Details

#schemasObject (readonly)

Returns the value of attribute schemas.



363
364
365
# File 'lib/motley.rb', line 363

def schemas
  @schemas
end

#tagsObject (readonly)

Returns the value of attribute tags.



364
365
366
# File 'lib/motley.rb', line 364

def tags
  @tags
end