Sha256: 29b02ab26212532b4b6a523e2c0a568b53d67032a7b215a837df454bda9f759b
Contents?: true
Size: 527 Bytes
Versions: 12
Compression:
Stored size: 527 Bytes
Contents
# frozen_string_literal: true require_relative 'include_ref_base_file_manager' require_relative 'components_file_manager' require_relative '../pathname_manager' module R2OAS module Schema module V3 class PathItemFileManager < IncludeRefBaseFileManager def initialize(path, path_type = :ref) super @recursive_search_class = ComponentsFileManager end def skip_save? save_file_path.in? paths_config.many_paths_file_paths end end end end end
Version data entries
12 entries across 12 versions & 1 rubygems