Class: Avrolution::Rake::CheckCompatibilityTask

Inherits:
BaseTask
  • Object
show all
Defined in:
lib/avrolution/rake/check_compatibility_task.rb

Instance Attribute Summary

Attributes inherited from BaseTask

#dependencies, #name, #task_desc, #task_namespace

Instance Method Summary collapse

Methods inherited from BaseTask

define, #define

Constructor Details

#initializeCheckCompatibilityTask

Returns a new instance of CheckCompatibilityTask.



9
10
11
12
13
# File 'lib/avrolution/rake/check_compatibility_task.rb', line 9

def initialize(**)
  super
  @name ||= :check_compatibility
  @task_desc ||= 'Check that all Avro schemas are compatible with latest registered in production'
end