class R2OAS::Schema::V3::ComponentsFileManager

Public Class Methods

new(path, path_type = :ref) click to toggle source
Calls superclass method
# File lib/r2-oas/schema/v3/manager/file/components_file_manager.rb, line 9
def initialize(path, path_type = :ref)
  super
  @path_type = path_type
  @original_path = path
  @recursive_search_class = self.class
end

Public Instance Methods

skip_save?() click to toggle source
# File lib/r2-oas/schema/v3/manager/file/components_file_manager.rb, line 16
def skip_save?
  save_file_path.in? paths_config.many_components_file_paths
end