method
new
v8.1.1 -
Show latest stable
- Class:
ActiveModel::Type::Integer
new(**)public
No documentation available.
# File activemodel/lib/active_model/type/integer.rb, line 52
def initialize(**)
super
@max = max_value
@min = min_value
end