class R2OAS::Schema::V3::PathItemFileManager
Public Class Methods
new(path, path_type = :ref)
click to toggle source
Calls superclass method
R2OAS::Schema::V3::IncludeRefBaseFileManager::new
# File lib/r2-oas/schema/v3/manager/file/path_item_file_manager.rb, line 11 def initialize(path, path_type = :ref) super @recursive_search_class = ComponentsFileManager end
Public Instance Methods
skip_save?()
click to toggle source
# File lib/r2-oas/schema/v3/manager/file/path_item_file_manager.rb, line 16 def skip_save? save_file_path.in? paths_config.many_paths_file_paths end