Class: CodeSunset::RemovalPromptBuilder::SearchMatch
- Inherits:
-
Struct
- Object
- Struct
- CodeSunset::RemovalPromptBuilder::SearchMatch
- Defined in:
- lib/code_sunset/removal_prompt_builder.rb
Instance Attribute Summary collapse
-
#line_number ⇒ Object
Returns the value of attribute line_number.
-
#line_preview ⇒ Object
Returns the value of attribute line_preview.
-
#path ⇒ Object
Returns the value of attribute path.
Instance Attribute Details
#line_number ⇒ Object
Returns the value of attribute 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
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
16 17 18 |
# File 'lib/code_sunset/removal_prompt_builder.rb', line 16 def path @path end |