Module: JSON::SchemaBuilder::ClassMethods
- Defined in:
- lib/json/schema_builder.rb
Instance Method Summary collapse
Instance Method Details
#root(key) ⇒ Object
43 44 45 |
# File 'lib/json/schema_builder.rb', line 43 def root(key) @root_key = key end |