Module: Itiel::DB::SQLConnectable

Included in:
Truncator, Extract::CustomSQL, Load::DatabaseTable, Lookup::DatabaseTable, Script::SQLScript
Defined in:
lib/itiel/db/sql_connectable.rb

Defined Under Namespace

Modules: ClassMethods

Instance Attribute Summary collapse

Class Method Summary collapse

Instance Attribute Details

#connectionObject

Returns the value of attribute connection.



6
7
8
# File 'lib/itiel/db/sql_connectable.rb', line 6

def connection
  @connection
end

#connection_file_pathObject

Returns the value of attribute connection_file_path.



6
7
8
# File 'lib/itiel/db/sql_connectable.rb', line 6

def connection_file_path
  @connection_file_path
end

Class Method Details

.included(receiver) ⇒ Object



28
29
30
# File 'lib/itiel/db/sql_connectable.rb', line 28

def self.included(receiver)
  receiver.extend ClassMethods
end