Class: Remi::Loader::DataFrame

Inherits:
Remi::Loader show all
Defined in:
lib/remi/data_subjects/data_frame.rb

Overview

DataFrame loader Not sure this is needed, right? Maybe on SubJobs?

Instance Attribute Summary

Attributes inherited from Remi::Loader

#context, #logger

Instance Method Summary collapse

Methods inherited from Remi::Loader

#autoload, #fields, #initialize

Constructor Details

This class inherits a constructor from Remi::Loader

Instance Method Details

#load(data) ⇒ true



102
103
104
# File 'lib/remi/data_subjects/data_frame.rb', line 102

def load(data)
  true
end