Class: DbSync::Configuration
- Inherits:
-
Object
- Object
- DbSync::Configuration
- Defined in:
- lib/db_sync.rb
Instance Attribute Summary collapse
-
#sync_tables ⇒ Object
Returns the value of attribute sync_tables.
Instance Method Summary collapse
Instance Attribute Details
#sync_tables ⇒ Object
Returns the value of attribute sync_tables.
6 7 8 |
# File 'lib/db_sync.rb', line 6 def sync_tables @sync_tables end |
Instance Method Details
#initializers ⇒ Object
8 9 10 |
# File 'lib/db_sync.rb', line 8 def initializers sync_tables = [] end |