Class: Ruber::FindInFiles::FindInFilesPlugin::ReplacementData
- Inherits:
-
Struct
- Object
- Struct
- Ruber::FindInFiles::FindInFilesPlugin::ReplacementData
- Defined in:
- plugins/find_in_files/find_in_files.rb
Overview
Encapsulates information about a replacement
Instance Attribute Summary (collapse)
-
- (Object) options
Returns the value of attribute options.
-
- (Object) regexp
Returns the value of attribute regexp.
-
- (Object) replacement_text
Returns the value of attribute replacement_text.
API for feature find_in_files
Instance Attribute Details
- (Object) options
Returns the value of attribute options
65 66 67 |
# File 'plugins/find_in_files/find_in_files.rb', line 65 def @options end |
- (Object) regexp
Returns the value of attribute regexp
65 66 67 |
# File 'plugins/find_in_files/find_in_files.rb', line 65 def regexp @regexp end |
- (Object) replacement_text
Returns the value of attribute replacement_text
65 66 67 |
# File 'plugins/find_in_files/find_in_files.rb', line 65 def replacement_text @replacement_text end |