Sha256: 069af9a65ff1ddb9a236eee9ffca2411ba86282ee95e6fb17da1d8d211821129
Contents?: true
Size: 263 Bytes
Versions: 23
Compression:
Stored size: 263 Bytes
Contents
# frozen_string_literal: true module OhlohScm module Factory module_function def get_core(scm_type: :git, url:, branch_name: nil, username: nil, password: nil) OhlohScm::Core.new(scm_type, url, branch_name, username, password) end end end
Version data entries
23 entries across 23 versions & 1 rubygems