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