Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 521 Bytes

File metadata and controls

24 lines (18 loc) · 521 Bytes

RankVectors::PageInfo

Properties

Name Type Description Notes
url String Page URL
title String Page title
description String Page description [optional]
word_count Integer Page word count [optional]

Example

require 'rankvectors'

instance = RankVectors::PageInfo.new(
  url: https://example.com/page,
  title: Page Title,
  description: Page description,
  word_count: 500
)