Class: CassandraDriver::TimeuuidMutator

Inherits:
Object
  • Object
show all
Defined in:
lib/fluent/plugin/mutators/timeuuid_mutator.rb

Instance Method Summary collapse

Instance Method Details

#mutate(value) ⇒ Object



7
8
9
# File 'lib/fluent/plugin/mutators/timeuuid_mutator.rb', line 7

def mutate(value)
  @generator.at(value).to_s
end