Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 507 Bytes

File metadata and controls

22 lines (16 loc) · 507 Bytes

RankVectors::ContentVerification

Properties

Name Type Description Notes
safe Boolean Whether it's safe to implement the link
reason String Reason for the verification result
change_result ChangeResult [optional]

Example

require 'rankvectors'

instance = RankVectors::ContentVerification.new(
  safe: true,
  reason: Page is same,
  change_result: null
)