Skip to content

Latest commit

 

History

History
30 lines (24 loc) · 911 Bytes

Issue1.md

File metadata and controls

30 lines (24 loc) · 911 Bytes

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
)