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::IssueSummaryPage
Properties
Name | Type | Description | Notes |
---|---|---|---|
conformance_level | String | WCAG conformance level {a, aa, aaa} | [default to 'aaa'] |
issues | Integer | Number of issues with this conformance level and severity | |
severity | String | WCAG severity level {error, warning, review} | [default to 'review'] |
Example
require 'siteimprove_api_client'
instance = SiteimproveAPIClient::IssueSummaryPage.new(
conformance_level: null,
issues: null,
severity: null
)