class Field::Types::Float

Public Instance Methods

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