class FilterLexer::Identifier

An identifier is the target (variable) of the filter

Public Instance Methods

sql() click to toggle source
# File lib/filter_lexer/formatters/sql.rb, line 37
def sql
        return "`#{text_value}`"
end