Class: Evostream::Commands::Create

Inherits:
Command
  • Object
show all
Defined in:
lib/evostream/event/commands/create.rb

Overview

Abstract class for create element

Direct Known Subclasses

CreateDASH, CreateHLS

Constant Summary collapse

MANDATORY =
%w[localStreamNames targetFolder].freeze

Instance Method Summary collapse

Methods inherited from Command

#cmd, descendants

Constructor Details

#initialize(commands = {}) ⇒ Create

Returns a new instance of Create.



10
11
12
# File 'lib/evostream/event/commands/create.rb', line 10

def initialize(commands = {})
  super(commands)
end