Class: GoogleDataSource::DataSource::Sql::NotBetweenPredicate
- Inherits:
-
Predicate
- Object
- WithHelpers
- Predicate
- GoogleDataSource::DataSource::Sql::NotBetweenPredicate
- Defined in:
- lib/google_data_source/sql/models.rb
Instance Method Summary collapse
Instance Method Details
#to_s ⇒ Object
196 197 198 |
# File 'lib/google_data_source/sql/models.rb', line 196 def to_s "#{expr} not between #{from} and #{to}" end |