Class: Attributary::Types::Type
- Inherits:
-
Object
- Object
- Attributary::Types::Type
- Defined in:
- lib/attributary/type.rb
Direct Known Subclasses
ArrayType, BigDecimal, BooleanType, FloatType, HashType, IntegerType, StringType, SymbolType
Class Method Summary collapse
Class Method Details
.cast_to(value) ⇒ Object
4 5 6 |
# File 'lib/attributary/type.rb', line 4 def self.cast_to(value) value end |