class Bluepine::Attributes::IntegerAttribute

Public Instance Methods

native_type() click to toggle source

JSON schema supports `integer` type

# File lib/bluepine/attributes/integer_attribute.rb, line 9
def native_type
  "integer"
end