Class: Evostream::Commands::RemoveConfig
- Defined in:
- lib/evostream/event/commands/destroy.rb
Overview
Abstract class for create element
Constant Summary collapse
- MANDATORY =
%w[id].freeze
Instance Method Summary collapse
- #cmd ⇒ Object
-
#initialize(commands = { group_name: 'null', remove_hls_hds_files: 1 }) ⇒ RemoveConfig
constructor
A new instance of RemoveConfig.
Methods inherited from Command
Constructor Details
#initialize(commands = { group_name: 'null', remove_hls_hds_files: 1 }) ⇒ RemoveConfig
Returns a new instance of RemoveConfig.
10 11 12 |
# File 'lib/evostream/event/commands/destroy.rb', line 10 def initialize(commands = { group_name: 'null', remove_hls_hds_files: 1 }) super(commands) end |
Instance Method Details
#cmd ⇒ Object
14 15 16 17 |
# File 'lib/evostream/event/commands/destroy.rb', line 14 def cmd super "removeConfig?params=#{encode_64}" end |