Class: ActiveRecord::SqlAnalyzer::Redactor
- Inherits:
-
Struct
- Object
- Struct
- ActiveRecord::SqlAnalyzer::Redactor
- Defined in:
- lib/active_record/sql_analyzer/redactor.rb
Instance Attribute Summary collapse
-
#replace ⇒ Object
Returns the value of attribute replace.
-
#search ⇒ Object
Returns the value of attribute search.
Instance Attribute Details
#replace ⇒ Object
Returns the value of attribute replace
3 4 5 |
# File 'lib/active_record/sql_analyzer/redactor.rb', line 3 def replace @replace end |
#search ⇒ Object
Returns the value of attribute search
3 4 5 |
# File 'lib/active_record/sql_analyzer/redactor.rb', line 3 def search @search end |