Class: SexyJSONSchemas::Properties::Integer

Inherits:
Number
  • Object
show all
Defined in:
lib/sexy_json_schemas/properties/integer.rb

Instance Attribute Summary

Attributes inherited from Base

#name

Instance Method Summary collapse

Methods inherited from Number

#as_json

Methods inherited from Base

#as_json, #initialize

Constructor Details

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

Instance Method Details

#typeObject



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

def type
  "integer"
end