Class: GoogleDataSource::DataSource::Sql::NotInPredicate
- Inherits:
-
Predicate
- Object
- WithHelpers
- Predicate
- GoogleDataSource::DataSource::Sql::NotInPredicate
- Defined in:
- lib/google_data_source/sql/models.rb
Instance Method Summary collapse
Instance Method Details
#to_s ⇒ Object
182 183 184 |
# File 'lib/google_data_source/sql/models.rb', line 182 def to_s "#{expr} not in (#{vals.join(', ')})" end |