Module: JSON::SchemaBuilder::ClassMethods

Defined in:
lib/json/schema_builder.rb

Instance Method Summary collapse

Instance Method Details

#root(key) ⇒ Object



42
43
44
# File 'lib/json/schema_builder.rb', line 42

def root(key)
  @root_key = key
end