Class: SexyJSONSchemas::Properties::Boolean

Inherits:
Base
  • Object
show all
Defined in:
lib/sexy_json_schemas/properties/boolean.rb

Instance Attribute Summary

Attributes inherited from Base

#name

Instance Method Summary collapse

Methods inherited from Base

#as_json, #initialize

Constructor Details

This class inherits a constructor from SexyJSONSchemas::Properties::Base

Instance Method Details

#typeObject

[View source]

4
5
6
# File 'lib/sexy_json_schemas/properties/boolean.rb', line 4

def type
  "boolean"
end