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

Returns a new instance of RubyDataSource.



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

def initialize
end

Instance Method Details

#new_taskObject



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

def new_task
  RubyTask.new(self)
end