Method: Ronin::SQL::InjectionExpr#expression
- Defined in:
- lib/ronin/sql/injection_expr.rb
#expression ⇒ Object (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
46 47 48 |
# File 'lib/ronin/sql/injection_expr.rb', line 46 def expression @expression end |