abstract class Cassandra::Type
Base class for all cassandra types.
- Abstract
- This class exists for documentation purposes only
Inherits
Object
Direct Known Subclasses
Methods
kind
Returns shorthand type name
new
(*values)Coerces a given value to this type
assert
(value, message = nil, &block)Asserts that a given value is of this type
- Void
- Return value of this method is ignored.
to_s
Returns a cassandra representation of this type