Class: GoogleDataSource::DataSource::Sql::PostfixExpr
- Inherits:
-
Expr
- Object
- WithHelpers
- Expr
- GoogleDataSource::DataSource::Sql::PostfixExpr
- Defined in:
- lib/google_data_source/sql/models.rb
Instance Method Summary collapse
Methods inherited from Expr
Instance Method Details
#to_s ⇒ Object
76 77 78 |
# File 'lib/google_data_source/sql/models.rb', line 76 def to_s "(#{expr} #{op})" end |