class Field::Types::Integer

Public Instance Methods

json_schema_type() click to toggle source
# File lib/field/types/integer.rb, line 8
def json_schema_type
  :integer
end
swagger_type() click to toggle source
# File lib/field/types/integer.rb, line 4
def swagger_type
  :Integer
end