class Cassandra::UDT
A user-defined type value representation
Inherits
Object
Includes
Enumerable
Methods
self.
new
(*values)Creates a UDT instance
respond_to?
(field)Returns true if a field with a given name is present
[]
(field)Returns value of the field.
fetch
(field)Returns value of the field.
has_field?
(field) aliased as: include?Returns whether the field is present in this UDT
[]=
(field, value)Sets value of the field.
each
{|name, value| … }Iterates over all fields of the UDT
size
Returns UDT size
to_h
Hash representation of the UDT
to_s
String representation of the UDT