Method: ETL#data
- Defined in:
- lib/etl/etl.rb
#data ⇒ Object (readonly)
The data being worked on, after it has successfully completed an extract, transform, or load process.
119 120 121 |
# File 'lib/etl/etl.rb', line 119 def data @data end |