Class: Cassandra::Types::Timeuuid
- Inherits:
-
Cassandra::Type
- Object
- Cassandra::Type
- Cassandra::Types::Timeuuid
- Defined in:
- lib/cassandra/types.rb
Instance Method Summary collapse
-
#assert(value, message = nil, &block) ⇒ void
Asserts that a given value is a Cassandra::Timeuuid.
-
#kind ⇒ Symbol
:timeuuid
. -
#new(value) ⇒ Cassandra::Timeuuid
Coerces the value to Cassandra::Timeuuid.
-
#to_s ⇒ String
"timeuuid"
.
Instance Method Details
#assert(value, message = nil, &block) ⇒ void
This method returns an undefined value.
Asserts that a given value is a Cassandra::Timeuuid
22 23 |
# File 'lib/cassandra/types.rb', line 22 def assert(value, = nil, &block) end |
#kind ⇒ Symbol
Returns :timeuuid
.
4 5 |
# File 'lib/cassandra/types.rb', line 4 def kind end |
#new(value) ⇒ Cassandra::Timeuuid
Coerces the value to Cassandra::Timeuuid
11 12 |
# File 'lib/cassandra/types.rb', line 11 def new(value) end |
#to_s ⇒ String
Returns "timeuuid"
.
27 28 |
# File 'lib/cassandra/types.rb', line 27 def to_s end |