Class: Avrolution::Rake::RegisterAllSchemasTask

Inherits:
BaseTask
  • Object
show all
Defined in:
lib/avrolution/rake/register_all_schemas_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

#initializeRegisterAllSchemasTask

Returns a new instance of RegisterAllSchemasTask.



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

def initialize(**)
  super
  @name ||= :register_all_schemas
  @task_desc ||= 'Register all discovered Avro JSON schemas (using Avrolution.root)'
end