Method: DTAS::Source::File#load!
- Defined in:
- lib/dtas/source/file.rb
#load!(src_hsh) ⇒ Object
104 105 106 107 108 |
# File 'lib/dtas/source/file.rb', line 104 def load!(src_hsh) SRC_SIVS.each do |field| val = src_hsh[field] and instance_variable_set("@#{field}", val) end end |