Class: LogStash::Inputs::TwitterPatches

Inherits:
Object
  • Object
show all
Defined in:
lib/logstash/inputs/twitter/patches.rb

Class Method Summary collapse

Class Method Details

.patchObject



8
9
10
11
12
# File 'lib/logstash/inputs/twitter/patches.rb', line 8

def self.patch
  verify_version
  patch_json
  patch_http_request
end