Method: DataSift::LiveStream#unsubscribe
- Defined in:
- lib/live_stream.rb
#unsubscribe(hash) ⇒ Object
55 56 57 |
# File 'lib/live_stream.rb', line 55 def unsubscribe hash @stream.send "{ \"action\":\"unsubscribe\",\"hash\":\"#{hash}\"}" end |