class Cassandra::Tuple
Inherits
Object
Includes
Enumerable
Methods
self.
new
(*values)Constructs a tuple with given values
each
{|value| … }Iterates over all values of the tuple
[]
(i)Returns value of the tuple at position i
fetch
(i)Returns value of the tuple at position i
[]=
(i, value)Returns value of the tuple at position i
size
Returns tuple size
to_s
String representation of the tuple