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::Issue1
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. | |
pages | Integer | Number of pages this issue is found on | |
rule_id | Integer | Id of the check. | |
_links | Links16 | [optional] |
Example
require 'siteimprove_api_client'
instance = SiteimproveAPIClient::Issue1.new(
conformance: null,
difficulty: null,
help: null,
occurrences: null,
pages: null,
rule_id: null,
_links: null
)