Class: ScanTemplate::Database

Inherits:
Domain::Model show all
Defined in:
lib/domain/scan_template/model.rb

Instance Attribute Summary collapse

Method Summary

Methods inherited from Domain::Model

columns, from_csv, from_json, headers, #initialize, primary_key, table_name, #to_csv, #to_hash, #to_s, view

Constructor Details

This class inherits a constructor from Domain::Model

Instance Attribute Details

#db2Object

Returns the value of attribute db2.



35
36
37
# File 'lib/domain/scan_template/model.rb', line 35

def db2
  @db2
end

#oracleObject

Returns the value of attribute oracle.



35
36
37
# File 'lib/domain/scan_template/model.rb', line 35

def oracle
  @oracle
end

#postgresObject

Returns the value of attribute postgres.



35
36
37
# File 'lib/domain/scan_template/model.rb', line 35

def postgres
  @postgres
end