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::IssueOnPage
Properties
Name | Type | Description | Notes |
---|---|---|---|
conformance | String | Conformance level (WCAG: A, AA, AAA, or Best practices: ARIA, SI) | [optional][default to 'a'] |
difficulty | String | Difficulty rating, 1-4 | [optional][default to '1'] |
help | Help | [optional] | |
occurrences | Integer | Total number of occurrences of this issue on a site. | |
rule_id | Integer | Id of the check. |
Example
require 'siteimprove_api_client'
instance = SiteimproveAPIClient::IssueOnPage.new(
conformance: null,
difficulty: null,
help: null,
occurrences: null,
rule_id: null
)