Class: R2OAS::Schema::V3::TagDiffManager

Inherits:
BaseArrayDiffManager show all
Defined in:
lib/r2-oas/schema/v3/manager/diff/tag_diff_manager.rb

Constant Summary

Constants inherited from Base

Base::SUPPORT_COMPONENTS_OBJECTS

Instance Method Summary collapse

Methods inherited from BaseArrayDiffManager

#after_target_data, #process_by_using_diff_data

Methods inherited from BaseDiffManager

#process_by_using_diff_data

Methods included from R2OAS::Sortable

#deep_sort

Methods inherited from Base

#support_components_objects

Constructor Details

#initialize(before_schema_data, after_schema_data) ⇒ TagDiffManager

Returns a new instance of TagDiffManager.



9
10
11
12
13
# File 'lib/r2-oas/schema/v3/manager/diff/tag_diff_manager.rb', line 9

def initialize(before_schema_data, after_schema_data)
  super
  @major_category  = 'tags'
  @judge_key       = 'name'
end