Class: CodeSunset::RemovalPromptArtifact

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

Instance Attribute Summary collapse

Instance Attribute Details

#evidence_markdown ⇒ Object

Returns the value of attribute evidence_markdown

Returns:

  • (Object) —

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

Returns:

  • (Object) —

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

Returns:

  • (Object) —

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

Returns:

  • (Object) —

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

Returns:

  • (Object) —

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

Returns:

  • (Object) —

    the current value of warnings



5
6
7
# File 'lib/code_sunset/removal_prompt_builder.rb', line 5

def warnings
  @warnings
end