Class: Bricolage::RubyDataSource

Inherits:
DataSource show all
Defined in:
lib/bricolage/rubyjobclass.rb

Constant Summary

Constants inherited from DataSource

DataSource::CLASSES

Instance Attribute Summary

Attributes inherited from DataSource

#context, #logger, #name

Instance Method Summary collapse

Methods inherited from DataSource

get_class, new_for_type, #open, #open_for_batch, #redshift_loader_source?

Constructor Details

#initializeRubyDataSource

FIXME: keyword argument placeholder is required



54
55
# File 'lib/bricolage/rubyjobclass.rb', line 54

def initialize(**)
end

Instance Method Details

#new_taskObject



57
58
59
# File 'lib/bricolage/rubyjobclass.rb', line 57

def new_task
  RubyTask.new(self)
end