Skip to main content
Warning This document has not been updated for a while now. It may be out of date.
Last updated: 5 Jul 2023

siteimprove_api_client: SiteimproveAPIClient::IgnoredIssueDecision

Properties

Name Type Description Notes
chapter String WCAG chapter describing the issue you're making a decision for [optional]
check String WCAG chapter description [optional]
check_id Integer Check enumerator
created_by String Decision made by [optional]
created_ts Time Decision made at date [optional]
decided_for String Scope of the decision [default to 'entire_site']
note String Decision note [optional]
priority String WCAG issue priority [default to 'aaa']
severity String WCAG issue severity [default to 'review']
subtype String Decision type [default to 'ignored']
_links Links3 [optional]
_siteimprove Siteimprove1 [optional]

Example

require 'siteimprove_api_client'

instance = SiteimproveAPIClient::IgnoredIssueDecision.new(
  chapter: null,
  check: null,
  check_id: null,
  created_by: null,
  created_ts: null,
  decided_for: null,
  note: null,
  priority: null,
  severity: null,
  subtype: null,
  _links: null,
  _siteimprove: null
)