Class: UnicodeScriptDetector::SpoofDetector::Detection
- Inherits:
-
Struct
- Object
- Struct
- UnicodeScriptDetector::SpoofDetector::Detection
- Defined in:
- lib/unicode_script_detector/spoof_detector.rb
Instance Attribute Summary collapse
-
#characters ⇒ Object
Returns the value of attribute characters.
-
#message ⇒ Object
Returns the value of attribute message.
-
#severity ⇒ Object
Returns the value of attribute severity.
-
#type ⇒ Object
Returns the value of attribute type.
Instance Attribute Details
#characters ⇒ Object
Returns the value of attribute characters
3 4 5 |
# File 'lib/unicode_script_detector/spoof_detector.rb', line 3 def characters @characters end |
#message ⇒ Object
Returns the value of attribute message
3 4 5 |
# File 'lib/unicode_script_detector/spoof_detector.rb', line 3 def @message end |
#severity ⇒ Object
Returns the value of attribute severity
3 4 5 |
# File 'lib/unicode_script_detector/spoof_detector.rb', line 3 def severity @severity end |
#type ⇒ Object
Returns the value of attribute type
3 4 5 |
# File 'lib/unicode_script_detector/spoof_detector.rb', line 3 def type @type end |