Method: Fluent::Plugin::ShodanSearch#start
- Defined in:
- lib/fluent/plugin/in_shodan_search.rb
#start ⇒ Object
69 70 71 72 73 |
# File 'lib/fluent/plugin/in_shodan_search.rb', line 69 def start super timer_execute("shodan_#{self.class.name}_#{@tag}".to_sym, @interval, repeat: true, &method(:run)) end |