Class: Sail::Types::Range

Inherits:
Integer show all
Defined in:
lib/sail/types/range.rb

Overview

Range

The Range type is similar to an integer, but has a minimum value of 0 and a maximum value of 99.

Method Summary

Methods inherited from Integer

#from, #to_value

Methods inherited from Type

#from, #initialize, #to_value

Constructor Details

This class inherits a constructor from Sail::Types::Type