Sha256: 56f933820c93f86c99e9e4e0a23a5856a2ec37557437bf031e6d1ea6c54268ee
Contents?: true
Size: 414 Bytes
Versions: 5
Compression:
Stored size: 414 Bytes
Contents
# frozen_string_literal: true module Extension module Models module SpecificationHandlers class CheckoutArgoExtension < Default PERMITTED_CONFIG_KEYS = [:metafields, :extension_points] def config(context) { **Features::ArgoConfig.parse_yaml(context, PERMITTED_CONFIG_KEYS), **argo.config(context), } end end end end end
Version data entries
5 entries across 5 versions & 1 rubygems