Class: GoogleDataSource::DataSource::Sql::InRelationPredicate
- Inherits:
-
Predicate
- Object
- WithHelpers
- Predicate
- GoogleDataSource::DataSource::Sql::InRelationPredicate
- Defined in:
- lib/google_data_source/sql/models.rb
Instance Method Summary collapse
Instance Method Details
#to_s ⇒ Object
161 162 163 |
# File 'lib/google_data_source/sql/models.rb', line 161 def to_s "#{expr} in (#{relation})" end |