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



91
92
93
# File 'lib/json/schematized/basic_wrapper.rb', line 91

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