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