Module: DocTag
- Defined in:
- lib/doc_tag.rb,
lib/doc_tag/version.rb
Constant Summary collapse
- VERSION =
'0.0.3'
Class Method Summary collapse
-
.init ⇒ Object
initialize class structure from json schema.
Class Method Details
.init ⇒ Object
initialize class structure from json schema
12 13 14 15 16 17 |
# File 'lib/doc_tag.rb', line 12 def init reader = SchemaTools::Reader.new SchemaTools::KlassFactory.build namespace: DocTag, reader: reader, path: DocTag::Schema.path end |