module Superhosting::ConfigExecutor
Public Class Methods
new(**kwargs)
click to toggle source
# File lib/superhosting/config_executor.rb, line 3 def self.new(**kwargs) klass = if kwargs[:site].nil? Container else Site end klass.new(kwargs) end