Class: CodeSunset::RemovalPromptBuilder::SearchMatch

Inherits:
Struct
  • Object
show all
Defined in:
lib/code_sunset/removal_prompt_builder.rb

Instance Attribute Summary collapse

Instance Attribute Details

#line_number ⇒ Object

Returns the value of attribute line_number

Returns:

  • (Object) —

    the current value of line_number



16
17
18
# File 'lib/code_sunset/removal_prompt_builder.rb', line 16

def line_number
  @line_number
end

#line_preview ⇒ Object

Returns the value of attribute line_preview

Returns:

  • (Object) —

    the current value of line_preview



16
17
18
# File 'lib/code_sunset/removal_prompt_builder.rb', line 16

def line_preview
  @line_preview
end

#path ⇒ Object

Returns the value of attribute path

Returns:

  • (Object) —

    the current value of path



16
17
18
# File 'lib/code_sunset/removal_prompt_builder.rb', line 16

def path
  @path
end