Class: GoogleDataSource::DataSource::Sql::BetweenPredicate

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

Instance Method Summary collapse

Instance Method Details

#to_sObject



189
190
191
# File 'lib/google_data_source/sql/models.rb', line 189

def to_s
  "#{expr} between #{from} and #{to}"
end