| => #<EventMachine::Twitter::Client:0x0003a07dd3c540 | |
| @close_callback=#<Proc:0x00039fd2e5b648@/usr/local/bin/twitter_monitor:147>, | |
| @connection= | |
| #<EventMachine::Twitter::Connection:0x0003a07dd3c7c0 | |
| @application_reconnector=#<EventMachine::Twitter::Reconnectors::ApplicationFailure:0x0003a07dd3d468 @reconnect_count=0, @reconnect_timeout=10>, | |
| @auto_reconnect=true, | |
| @buffer=#<BufferedTokenizer:0x00039fd2e58b78 @delimiter="\r", @input=[], @tail="", @trim=0>, | |
| @client=#<EventMachine::Twitter::Client:0x0003a07dd3c540 ...>, | |
| @gracefully_closed=false, | |
| @headers= | |
| {"cache-control"=>"must-revalidate,no-cache,no-store", | |
| "connection"=>"close", | |
| "content-length"=>"266", | |
| "content-type"=>"text/html", | |
| "date"=>"Tue, 10 Oct 2017 15:42:45 GMT", | |
| "server"=>"tsa", | |
| "www-authenticate"=>"OAuth realm=\"Firehose\"", | |
| "x-connection-hash"=>"REDACTED"}, | |
| @host="stream.twitter.com", | |
| @immediate_reconnect=false, | |
| @last_response=#<EventMachine::Twitter::Response:0x0003a004367e58 @body="">, | |
| @network_reconnector=#<EventMachine::Twitter::Reconnectors::NetworkFailure:0x0003a07dd3cfb8 @reconnect_count=0, @reconnect_timeout=0.25>, | |
| @on_inited_callback=nil, | |
| @options= | |
| {:host=>"stream.twitter.com", | |
| :port=>443, | |
| :method=>"POST", | |
| :content_type=>"application/x-www-form-urlencoded", | |
| :path=>"/1.1/statuses/filter.json", | |
| :params=> | |
| {:follow=> | |
| [123,456,789] | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment