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::A11y

Properties

Name Type Description Notes
a Float DCI score for pages with Conformance A issues.
aa Float DCI score for pages with Conformance AA issues.
aaa Float DCI score for pages with Conformance AAA issues.
aria Float DCI score for pages with Conformance ARIA issues.
si Float DCI score for pages with Best Practices issues.
total Float Overall DCI score for Accessibility.

Example

require 'siteimprove_api_client'

instance = SiteimproveAPIClient::A11y.new(
  a: null,
  aa: null,
  aaa: null,
  aria: null,
  si: null,
  total: null
)