Class: Evostream::Commands::ListStreams
- Defined in:
- lib/evostream/event/commands/list_streams.rb
Overview
Provides a detailed description of all active streams.
Constant Summary collapse
- MANDATORY =
[].freeze
Instance Method Summary collapse
- #cmd ⇒ Object
-
#initialize(commands = {}) ⇒ ListStreams
constructor
A new instance of ListStreams.
Methods inherited from Command
Constructor Details
#initialize(commands = {}) ⇒ ListStreams
Returns a new instance of ListStreams.
9 10 11 |
# File 'lib/evostream/event/commands/list_streams.rb', line 9 def initialize(commands = {}) super(commands) end |
Instance Method Details
#cmd ⇒ Object
13 14 15 16 |
# File 'lib/evostream/event/commands/list_streams.rb', line 13 def cmd super "listStreams?params=#{encode_64}" end |