Module: Rundock::Backend
- Defined in:
- lib/rundock/backend.rb
Defined Under Namespace
Constant Summary collapse
- CommandResultStatusError =
Class.new(StandardError)
Class Method Summary collapse
Class Method Details
.create(type, options = {}) ⇒ Object
15 16 17 |
# File 'lib/rundock/backend.rb', line 15 def create(type, = {}) self.const_get(type.capitalize).new() end |