Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 567 Bytes

File metadata and controls

24 lines (18 loc) · 567 Bytes

RankVectors::ImplementationSummary

Properties

Name Type Description Notes
total Integer Total number of implementations
succeeded Integer Number of successful implementations
failed Integer Number of failed implementations
pages_affected Integer Total links/pages affected

Example

require 'rankvectors'

instance = RankVectors::ImplementationSummary.new(
  total: 2,
  succeeded: 2,
  failed: 0,
  pages_affected: 2
)