Class: Beats::Command::Stream

Inherits:
Base
  • Object
show all
Defined in:
lib/beats/commands/stream.rb

Instance Attribute Summary

Attributes inherited from Base

#args

Instance Method Summary collapse

Methods inherited from Base

has_command?, #initialize

Constructor Details

This class inherits a constructor from Beats::Command::Base

Instance Method Details

#streamObject



4
5
6
# File 'lib/beats/commands/stream.rb', line 4

def stream
  display(client.stream(args.pop))
end