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

Properties

Name Type Description Notes
chars_with_digits Integer Number of characters, including digits
long_sentences_with_digits_unique Integer Number of unique long sentences
long_words_unique Integer Number of unique long words
sentences_with_digits Integer Number of sentences
words Integer Number of words

Example

require 'siteimprove_api_client'

instance = SiteimproveAPIClient::AutomatedReadability.new(
  chars_with_digits: null,
  long_sentences_with_digits_unique: null,
  long_words_unique: null,
  sentences_with_digits: null,
  words: null
)