Method: Cassandra::Types::Duration.type
- Defined in:
- lib/cassandra/duration.rb
.type ⇒ Object
87 88 89 |
# File 'lib/cassandra/duration.rb', line 87 def self.type Cassandra::Types::Custom.new('org.apache.cassandra.db.marshal.DurationType') end |