Class: GoogleDataSource::DataSource::Sql::NotBetweenPredicate

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

Instance Method Summary collapse

Instance Method Details

#to_sObject



196
197
198
# File 'lib/google_data_source/sql/models.rb', line 196

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