Class: SexyJSONSchemas::Properties::Boolean
- Defined in:
- lib/sexy_json_schemas/properties/boolean.rb
Instance Attribute Summary
Attributes inherited from Base
Instance Method Summary collapse
Methods inherited from Base
Constructor Details
This class inherits a constructor from SexyJSONSchemas::Properties::Base
Instance Method Details
permalink #type ⇒ Object
[View source]
4 5 6 |
# File 'lib/sexy_json_schemas/properties/boolean.rb', line 4 def type "boolean" end |