Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 442 Bytes

Lix.md

File metadata and controls

22 lines (16 loc) · 442 Bytes

SiteimproveAPIClient::Lix

Properties

Name Type Description Notes
long_words Integer Number of long words
sentences Integer Number of sentences
words Integer Number of words

Example

require 'siteimprove_api_client'

instance = SiteimproveAPIClient::Lix.new(
  long_words: null,
  sentences: null,
  words: null
)