Class: R2OAS::Schema::V3::TagDiffManager
- Inherits:
-
BaseArrayDiffManager
- Object
- Base
- Base
- Base
- BaseDiffManager
- BaseArrayDiffManager
- R2OAS::Schema::V3::TagDiffManager
- 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
-
#initialize(before_schema_data, after_schema_data) ⇒ TagDiffManager
constructor
A new instance of TagDiffManager.
Methods inherited from BaseArrayDiffManager
#after_target_data, #process_by_using_diff_data
Methods inherited from BaseDiffManager
Methods included from R2OAS::Sortable
Methods inherited from Base
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 |