Class: ActiveRecord::Dbt::Table::DataTest
- Inherits:
-
Object
- Object
- ActiveRecord::Dbt::Table::DataTest
- Defined in:
- lib/active_record/dbt/table/data_test.rb
Instance Attribute Summary
Attributes included from Base
Instance Method Summary collapse
Methods included from Base
Methods included from DbtPackage::DbtUtils::Table::DataTestable::UniqueCombinationOfColumnsDataTestable
#unique_combination_of_columns_test
Methods included from RequiredMethods
Instance Method Details
#properties ⇒ Object
11 12 13 14 15 |
# File 'lib/active_record/dbt/table/data_test.rb', line 11 def properties [ *unique_combination_of_columns_test ].compact.presence end |