Class: ScanTemplate::Database
- Inherits:
-
Domain::Model
- Object
- Domain::Model
- ScanTemplate::Database
- Defined in:
- lib/domain/scan_template/model.rb
Instance Attribute Summary collapse
-
#db2 ⇒ Object
Returns the value of attribute db2.
-
#oracle ⇒ Object
Returns the value of attribute oracle.
-
#postgres ⇒ Object
Returns the value of attribute postgres.
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
#db2 ⇒ Object
Returns the value of attribute db2.
35 36 37 |
# File 'lib/domain/scan_template/model.rb', line 35 def db2 @db2 end |
#oracle ⇒ Object
Returns the value of attribute oracle.
35 36 37 |
# File 'lib/domain/scan_template/model.rb', line 35 def oracle @oracle end |
#postgres ⇒ Object
Returns the value of attribute postgres.
35 36 37 |
# File 'lib/domain/scan_template/model.rb', line 35 def postgres @postgres end |