Class: Ruber::FindInFiles::FindInFilesPlugin::ReplacementData

Inherits:
Struct
  • Object
show all
Defined in:
plugins/find_in_files/find_in_files.rb

Overview

Encapsulates information about a replacement

Instance Attribute Summary (collapse)

API for feature find_in_files

Instance Attribute Details

- (Object) options

Returns the value of attribute options

Returns:

  • (Object)

    the current value of options



65
66
67
# File 'plugins/find_in_files/find_in_files.rb', line 65

def options
  @options
end

- (Object) regexp

Returns the value of attribute regexp

Returns:

  • (Object)

    the current value of 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

Returns:

  • (Object)

    the current value of replacement_text



65
66
67
# File 'plugins/find_in_files/find_in_files.rb', line 65

def replacement_text
  @replacement_text
end