Class: Compel::Builder::Integer
- Includes:
- CommonValue
- Defined in:
- lib/compel/builder/integer.rb
Instance Attribute Summary
Attributes inherited from Schema
Instance Method Summary collapse
-
#initialize ⇒ Integer
constructor
A new instance of Integer.
Methods included from CommonValue
Methods inherited from Schema
#default_value, #required?, #validate
Methods included from Common
Constructor Details
#initialize ⇒ Integer
Returns a new instance of Integer.
8 9 10 |
# File 'lib/compel/builder/integer.rb', line 8 def initialize super(Coercion::Integer) end |