class Opto::Types::Integer

A number.

Options

:min - minimum allowed value (default 0, can be negative)
:max - maximum allowed value
:nil_is_zero : set to true if you want to turn a null value into 0