module Rundock::Backend

Constants

CommandResultStatusError

Public Class Methods

create(type, options = {}) click to toggle source
# File lib/rundock/backend.rb, line 15
def create(type, options = {})
  self.const_get(type.capitalize).new(options)
end