Method: Cequel::Metal::DataSet#keyspace

Defined in:
lib/cequel/metal/data_set.rb

#keyspaceKeyspace (readonly)

Returns keyspace that this data set’s table resides in.

Returns:

  • (Keyspace)

    keyspace that this data set’s table resides in

Since:

  • 1.0.0



27
28
29
# File 'lib/cequel/metal/data_set.rb', line 27

def keyspace
  @keyspace
end