Method: Conflow::Redis::Findable#initialize

Defined in:
lib/conflow/redis/findable.rb

#initialize(*args) ⇒ Object

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.

Adds logic for assigning class name as type



15
16
17
18
# File 'lib/conflow/redis/findable.rb', line 15

def initialize(*args)
  super
  self.type = self.class.name
end