Class: Evostream::Commands::Create
- Defined in:
- lib/evostream/event/commands/create.rb
Overview
Abstract class for create element
Direct Known Subclasses
Constant Summary collapse
- MANDATORY =
%w[localStreamNames targetFolder].freeze
Instance Method Summary collapse
-
#initialize(commands = {}) ⇒ Create
constructor
A new instance of Create.
Methods inherited from Command
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 |