Module: JSON::Schematized::BasicWrapper::Models

Defined in:
lib/json/schematized/basic_wrapper.rb

Instance Method Summary collapse

Instance Method Details

#json_schema=(json_schema) ⇒ Object



84
85
86
# File 'lib/json/schematized/basic_wrapper.rb', line 84

def json_schema=(json_schema)
  extend BasicWrapper.modularize(json_schema)
end