Class: Assistant::TechnicalSupport::CaseReplay::ArticleReviewProposal

Inherits:
Data
  • Object
show all
Defined in:
app/services/assistant/technical_support/case_replay/article_review_proposal.rb

Overview

Proposal to review a help article during a case replay.

Instance Attribute Summary collapse

Instance Attribute Details

#article_idInteger

Returns the help article ID to review.

Returns:

  • (Integer)

    the help article ID to review



16
# File 'app/services/assistant/technical_support/case_replay/article_review_proposal.rb', line 16

ArticleReviewProposal = Data.define(:article_id, :support_case_id, :reason)

#reasonString

Returns why the article is being proposed.

Returns:

  • (String)

    why the article is being proposed



16
# File 'app/services/assistant/technical_support/case_replay/article_review_proposal.rb', line 16

ArticleReviewProposal = Data.define(:article_id, :support_case_id, :reason)

#support_case_idInteger

Returns the related support case ID.

Returns:

  • (Integer)

    the related support case ID



16
# File 'app/services/assistant/technical_support/case_replay/article_review_proposal.rb', line 16

ArticleReviewProposal = Data.define(:article_id, :support_case_id, :reason)