Class: Remi::Loader::DataFrame
- Inherits:
-
Remi::Loader
- Object
- Remi::Loader
- Remi::Loader::DataFrame
- 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
Instance Method Summary collapse
-
#load(data) ⇒ true
On success.
Methods inherited from Remi::Loader
Constructor Details
This class inherits a constructor from Remi::Loader
Instance Method Details
#load(data) ⇒ true
Returns On success.
102 103 104 |
# File 'lib/remi/data_subjects/data_frame.rb', line 102 def load(data) true end |