Class: GoogleDataSource::DataSource::Sql::CompoundPredicate
- Inherits:
-
Predicate
- Object
- WithHelpers
- Predicate
- GoogleDataSource::DataSource::Sql::CompoundPredicate
- Defined in:
- lib/google_data_source/sql/models.rb
Instance Method Summary collapse
Instance Method Details
#to_s ⇒ Object
133 134 135 |
# File 'lib/google_data_source/sql/models.rb', line 133 def to_s "(#{left} #{op} #{right})" end |