class Raykit::SourceImport
def initialize(url, source, glob, target, commit)
def initialize(url, source, glob, target, commit) self["remote"] = url self["source"] = source self["glob"] = glob self["target"] = target self["commit"] = commit end
def initialize(url, source, glob, target, commit) self["remote"] = url self["source"] = source self["glob"] = glob self["target"] = target self["commit"] = commit end