Module: JSON::Schematized::BasicWrapper::ClassMethods
- Defined in:
- lib/json/schematized/basic_wrapper.rb
Instance Method Summary collapse
Instance Method Details
#attribute_set ⇒ Object
18 19 20 |
# File 'lib/json/schematized/basic_wrapper.rb', line 18 def attribute_set json_schema_module.attribute_set end |
#json_schema_module ⇒ Object
22 23 24 |
# File 'lib/json/schematized/basic_wrapper.rb', line 22 def json_schema_module BasicWrapper.modularize(json_schema) end |