Class: Sq::Dbsync::LoadAction::NullAction

Inherits:
Object
  • Object
show all
Defined in:
lib/sq/dbsync/load_action.rb

Overview

An empty action that is used when a load needs to be noop’ed in a manner that does not raise an error (i.e. expected conditions).

Instance Method Summary collapse

Instance Method Details

#extract_dataObject



27
# File 'lib/sq/dbsync/load_action.rb', line 27

def extract_data; self; end

#load_dataObject



28
# File 'lib/sq/dbsync/load_action.rb', line 28

def load_data; self; end

#post_loadObject



29
# File 'lib/sq/dbsync/load_action.rb', line 29

def post_load; self; end