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::CssValidationError
Properties
Name | Type | Description | Notes |
---|---|---|---|
id | Integer | The id of the stylesheet | |
url | String | The url of the stylesheet | [optional] |
checking_now | Boolean | Is true if url is being checked now; otherwise false | |
errors | Integer | The number of css validation errors | [optional] |
pages | Integer | The number of pages the stylesheet is found on |
Example
require 'siteimprove_api_client'
instance = SiteimproveAPIClient::CssValidationError.new(
id: null,
url: null,
checking_now: null,
errors: null,
pages: null
)