struct Protocol::Security::SafetyTipInfo

Included Modules

Defined in:

protocol/security.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def safe_url : String | Nil #

The URL the safety tip suggested ("Did you mean?"). Only filled in for lookalike matches.


[View source]
def safety_tip_status : SafetyTipStatus #

Describes whether the page triggers any safety tips or reputation warnings. Default is unknown.


[View source]