Module: SexyJSONSchemas
- Defined in:
- lib/sexy_json_schemas.rb,
lib/sexy_json_schemas/dsl.rb,
lib/sexy_json_schemas/properties/any.rb,
lib/sexy_json_schemas/properties/ref.rb,
lib/sexy_json_schemas/properties/base.rb,
lib/sexy_json_schemas/properties/null.rb,
lib/sexy_json_schemas/properties/array.rb,
lib/sexy_json_schemas/properties/union.rb,
lib/sexy_json_schemas/properties/number.rb,
lib/sexy_json_schemas/properties/object.rb,
lib/sexy_json_schemas/properties/string.rb,
lib/sexy_json_schemas/schema_definition.rb,
lib/sexy_json_schemas/properties/boolean.rb,
lib/sexy_json_schemas/properties/integer.rb,
lib/sexy_json_schemas/properties/anonymous_object.rb
Defined Under Namespace
Modules: DSL, Properties Classes: SchemaDefinition
Class Method Summary collapse
Class Method Details
.included(receiver) ⇒ Object
2 3 4 |
# File 'lib/sexy_json_schemas.rb', line 2 def self.included(receiver) receiver.extend(DSL) end |