Class: Saseo::Models::Source::Base

Inherits:
Base
  • Object
show all
Defined in:
lib/saseo/models/source/base.rb

Direct Known Subclasses

Version

Class Method Summary collapse

Methods inherited from Base

#changes, database_config, database_config_from_file, database_config_from_load_path, database_config_from_relative_path, #has_changes?, reconnect!

Class Method Details

.database_config_pathObject



9
10
11
# File 'lib/saseo/models/source/base.rb', line 9

def database_config_path
  Saseo.config.source_database_config_path
end

.database_config_urlObject



13
14
15
# File 'lib/saseo/models/source/base.rb', line 13

def database_config_url
  Saseo.config.source_database_url
end