Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 456 Bytes

File metadata and controls

22 lines (16 loc) · 456 Bytes

RankVectors::Rollback

Properties

Name Type Description Notes
id String Unique rollback identifier
reason String Reason for rollback
created_at Time Rollback timestamp

Example

require 'rankvectors'

instance = RankVectors::Rollback.new(
  id: rollback-123,
  reason: Incorrect link placement,
  created_at: 2025-01-15T10:00Z
)