Module: Mida::DataType

Defined in:
lib/mida/datatype.rb,
lib/mida/datatype/text.rb,
lib/mida/datatype/float.rb,
lib/mida/datatype/number.rb,
lib/mida/datatype/boolean.rb,
lib/mida/datatype/integer.rb,
lib/mida/datatype/iso8601date.rb

Overview

Module to hold the various data types. Each DataType should be a module containing the class method: extract which returns the value extracted or raises an ArgumentError exception if input value is not valid.

Defined Under Namespace

Modules: Boolean, Float, ISO8601Date, Integer, Number, Text