Class: GoogleDataSource::DataSource::Sql::NotPredicate
- Inherits:
-
Predicate
- Object
- WithHelpers
- Predicate
- GoogleDataSource::DataSource::Sql::NotPredicate
- Defined in:
- lib/google_data_source/sql/models.rb
Instance Method Summary collapse
Instance Method Details
#to_s ⇒ Object
140 141 142 |
# File 'lib/google_data_source/sql/models.rb', line 140 def to_s "(not #{predicate})" end |