Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 705 Bytes

CssValidationError.md

File metadata and controls

26 lines (20 loc) · 705 Bytes

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
)