Class: HomographicSpoofing::Detector::Detection
- Inherits:
-
Struct
- Object
- Struct
- HomographicSpoofing::Detector::Detection
- Defined in:
- lib/homographic_spoofing/detector/detection.rb
Instance Attribute Summary collapse
-
#label ⇒ Object
Returns the value of attribute label.
-
#reason ⇒ Object
Returns the value of attribute reason.
Instance Attribute Details
#label ⇒ Object
Returns the value of attribute label
1 2 3 |
# File 'lib/homographic_spoofing/detector/detection.rb', line 1 def label @label end |
#reason ⇒ Object
Returns the value of attribute reason
1 2 3 |
# File 'lib/homographic_spoofing/detector/detection.rb', line 1 def reason @reason end |