Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 339 Bytes

File metadata and controls

20 lines (14 loc) · 339 Bytes

RankVectors::ProjectCount

Properties

Name Type Description Notes
pages Integer [optional]
suggestions Integer [optional]

Example

require 'rankvectors'

instance = RankVectors::ProjectCount.new(
  pages: 150,
  suggestions: 25
)