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