Method: Ronin::SQL::InjectionExpr#expression

Defined in:
lib/ronin/sql/injection_expr.rb

#expressionObject (readonly)

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.

The expression that will be injected

Since:

  • 1.1.0



46
47
48
# File 'lib/ronin/sql/injection_expr.rb', line 46

def expression
  @expression
end