Sha256: 3b55268ab32eb1a8d97e875f79b822b7e6a1eecf1d4c0c5741f4815113aa56c0
Contents?: true
Size: 506 Bytes
Versions: 12
Compression:
Stored size: 506 Bytes
Contents
# frozen_string_literal: true require_relative 'include_ref_base_file_manager' module R2OAS module Schema module V3 class ComponentsFileManager < IncludeRefBaseFileManager def initialize(path, path_type = :ref) super @path_type = path_type @original_path = path @recursive_search_class = self.class end def skip_save? save_file_path.in? paths_config.many_components_file_paths end end end end end
Version data entries
12 entries across 12 versions & 1 rubygems