Class: Avrolution::Rake::RegisterSchemasTask

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

#initializeRegisterSchemasTask

Returns a new instance of RegisterSchemasTask.



7
8
9
10
11
# File 'lib/avrolution/rake/register_schemas_task.rb', line 7

def initialize(*)
  super
  @name ||= :register_schemas
  @task_desc ||= 'Register the specified Avro JSON schemas'
end