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::LinksQualityAssuranceReadabilityTests
Properties
Name | Type | Description | Notes |
---|---|---|---|
automated_readability | LinksQualityAssuranceReadabilityTestsAutomatedReadability | [optional] | |
coleman_liau | LinksQualityAssuranceReadabilityTestsColemanLiau | [optional] | |
flesch_kincaid_grade_level | LinksQualityAssuranceReadabilityTestsFleschKincaidGradeLevel | [optional] | |
flesch_kincaid_reading_ease | LinksQualityAssuranceReadabilityTestsFleschKincaidReadingEase | [optional] | |
gunning_fog | LinksQualityAssuranceReadabilityTestsGunningFog | [optional] | |
lix | LinksQualityAssuranceReadabilityTestsLix | [optional] | |
smog | LinksQualityAssuranceReadabilityTestsSmog | [optional] |
Example
require 'siteimprove_api_client'
instance = SiteimproveAPIClient::LinksQualityAssuranceReadabilityTests.new(
automated_readability: null,
coleman_liau: null,
flesch_kincaid_grade_level: null,
flesch_kincaid_reading_ease: null,
gunning_fog: null,
lix: null,
smog: null
)