Class: Evostream::Commands::GetStreamInfo
- Defined in:
- lib/evostream/event/commands/get_stream_info.rb
Overview
Returns a detailed set of information about a stream.
Constant Summary collapse
- MANDATORY =
%w[id].freeze
Instance Method Summary collapse
- #cmd ⇒ Object
-
#initialize(commands = {}) ⇒ GetStreamInfo
constructor
A new instance of GetStreamInfo.
Methods inherited from Command
Constructor Details
#initialize(commands = {}) ⇒ GetStreamInfo
9 10 11 |
# File 'lib/evostream/event/commands/get_stream_info.rb', line 9 def initialize(commands = {}) super(commands) end |
Instance Method Details
#cmd ⇒ Object
13 14 15 16 |
# File 'lib/evostream/event/commands/get_stream_info.rb', line 13 def cmd super "getStreamInfo?params=#{encode_64}" end |