Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 390 Bytes

File metadata and controls

22 lines (16 loc) · 390 Bytes

Unifapi::SeoSerpCompetitor

Properties

Name Type Description Notes
domain String
best_rank Integer [optional]
result_count Integer

Example

require 'unifapi'

instance = Unifapi::SeoSerpCompetitor.new(
  domain: null,
  best_rank: null,
  result_count: null
)