Class: GoogleDataSource::DataSource::Sql::BinaryExpr
- Inherits:
-
Expr
- Object
- WithHelpers
- Expr
- GoogleDataSource::DataSource::Sql::BinaryExpr
- Defined in:
- lib/google_data_source/sql/models.rb
Instance Method Summary collapse
Methods inherited from Expr
Instance Method Details
#to_s ⇒ Object
69 70 71 |
# File 'lib/google_data_source/sql/models.rb', line 69 def to_s "(#{left} #{op} #{right})" end |