Module: Mongify::Translation::ProcessorCommon

Included in:
Mongify::Translation
Defined in:
lib/mongify/translation/processor_common.rb

Overview

This module does the processing on the translation object

Instance Attribute Summary collapse

Instance Attribute Details

#no_sql_connectionObject

Returns the value of attribute no_sql_connection.



7
8
9
# File 'lib/mongify/translation/processor_common.rb', line 7

def no_sql_connection
  @no_sql_connection
end

#sql_connectionObject

Returns the value of attribute sql_connection.



7
8
9
# File 'lib/mongify/translation/processor_common.rb', line 7

def sql_connection
  @sql_connection
end