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
-
#no_sql_connection ⇒ Object
Returns the value of attribute no_sql_connection.
-
#sql_connection ⇒ Object
Returns the value of attribute sql_connection.
Instance Attribute Details
#no_sql_connection ⇒ Object
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_connection ⇒ Object
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 |