Class: CodeSunset::RemovalPromptArtifact
- Inherits:
-
Struct
- Object
- Struct
- CodeSunset::RemovalPromptArtifact
- Defined in:
- lib/code_sunset/removal_prompt_builder.rb
Instance Attribute Summary collapse
-
#evidence_markdown ⇒ Object
Returns the value of attribute evidence_markdown.
-
#prompt_markdown ⇒ Object
Returns the value of attribute prompt_markdown.
-
#search_matches ⇒ Object
Returns the value of attribute search_matches.
-
#signals ⇒ Object
Returns the value of attribute signals.
-
#summary ⇒ Object
Returns the value of attribute summary.
-
#warnings ⇒ Object
Returns the value of attribute warnings.
Instance Attribute Details
#evidence_markdown ⇒ Object
Returns the value of attribute evidence_markdown
5 6 7 |
# File 'lib/code_sunset/removal_prompt_builder.rb', line 5 def evidence_markdown @evidence_markdown end |
#prompt_markdown ⇒ Object
Returns the value of attribute prompt_markdown
5 6 7 |
# File 'lib/code_sunset/removal_prompt_builder.rb', line 5 def prompt_markdown @prompt_markdown end |
#search_matches ⇒ Object
Returns the value of attribute search_matches
5 6 7 |
# File 'lib/code_sunset/removal_prompt_builder.rb', line 5 def search_matches @search_matches end |
#signals ⇒ Object
Returns the value of attribute signals
5 6 7 |
# File 'lib/code_sunset/removal_prompt_builder.rb', line 5 def signals @signals end |
#summary ⇒ Object
Returns the value of attribute summary
5 6 7 |
# File 'lib/code_sunset/removal_prompt_builder.rb', line 5 def summary @summary end |
#warnings ⇒ Object
Returns the value of attribute warnings
5 6 7 |
# File 'lib/code_sunset/removal_prompt_builder.rb', line 5 def warnings @warnings end |