Class: Informers::FeatureExtractor

Inherits:
Object
  • Object
show all
Defined in:
lib/informers/processors.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(config) ⇒ FeatureExtractor

Returns a new instance of FeatureExtractor.



5
6
7
8
# File 'lib/informers/processors.rb', line 5

def initialize(config)
  super()
  @config = config
end

Instance Attribute Details

#configObject (readonly)

Returns the value of attribute config.



3
4
5
# File 'lib/informers/processors.rb', line 3

def config
  @config
end