Method: Cequel::Metal::DataSet#keyspace
- Defined in:
- lib/cequel/metal/data_set.rb
#keyspace ⇒ Keyspace (readonly)
Returns keyspace that this data set’s table resides in.
27 28 29 |
# File 'lib/cequel/metal/data_set.rb', line 27 def keyspace @keyspace end |