Module: SchemaTools
- Defined in:
- lib/schema_tools/modules/validations.rb,
lib/schema_tools.rb,
lib/schema_tools/hash.rb,
lib/schema_tools/reader.rb,
lib/schema_tools/cleaner.rb,
lib/schema_tools/version.rb,
lib/schema_tools/modules/hash.rb,
lib/schema_tools/modules/read.rb,
lib/schema_tools/klass_factory.rb,
lib/schema_tools/modules/attributes.rb
Overview
require ‘active_model/conversion’
Defined Under Namespace
Modules: Modules Classes: Cleaner, Hash, KlassFactory, Reader
Constant Summary collapse
- VERSION =
'0.1.1'
Class Method Summary collapse
Class Method Details
.schema_path ⇒ Object
20 21 22 |
# File 'lib/schema_tools.rb', line 20 def schema_path @schema_path end |
.schema_path=(path) ⇒ Object
17 18 19 |
# File 'lib/schema_tools.rb', line 17 def schema_path=(path) @schema_path = path end |