Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 574 Bytes

File metadata and controls

24 lines (18 loc) · 574 Bytes

RankVectors::ChangeResult

Properties

Name Type Description Notes
page_url String URL of the page
change_status String Change status
visibility String Page visibility
previous_scrape_at Time Previous scrape timestamp [optional]

Example

require 'rankvectors'

instance = RankVectors::ChangeResult.new(
  page_url: https://example.com/page,
  change_status: same,
  visibility: visible,
  previous_scrape_at: 2025-01-14T10:00Z
)