Class: GoogleDataSource::DataSource::Sql::BinaryExpr

Inherits:
Expr show all
Defined in:
lib/google_data_source/sql/models.rb

Instance Method Summary collapse

Methods inherited from Expr

#-@, binary, compare

Instance Method Details

#to_sObject



69
70
71
# File 'lib/google_data_source/sql/models.rb', line 69

def to_s
  "(#{left} #{op} #{right})"
end