Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 492 Bytes

File metadata and controls

24 lines (18 loc) · 492 Bytes

WhoisFreaks::PivotMatch

Properties

Name Type Description Notes
pivot String [optional]
pivot_type String [optional]
total_related_threats Integer [optional]
confidence Float [optional]

Example

require 'whoisfreaks'

instance = WhoisFreaks::PivotMatch.new(
  pivot: null,
  pivot_type: null,
  total_related_threats: null,
  confidence: null
)