Class: UnicodeScriptDetector::SpoofDetector::Detection

Inherits:
Struct
  • Object
show all
Defined in:
lib/unicode_script_detector/spoof_detector.rb

Instance Attribute Summary collapse

Instance Attribute Details

#charactersObject

Returns the value of attribute characters

Returns:

  • (Object)

    the current value of characters



3
4
5
# File 'lib/unicode_script_detector/spoof_detector.rb', line 3

def characters
  @characters
end

#messageObject

Returns the value of attribute message

Returns:

  • (Object)

    the current value of message



3
4
5
# File 'lib/unicode_script_detector/spoof_detector.rb', line 3

def message
  @message
end

#severityObject

Returns the value of attribute severity

Returns:

  • (Object)

    the current value of severity



3
4
5
# File 'lib/unicode_script_detector/spoof_detector.rb', line 3

def severity
  @severity
end

#typeObject

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



3
4
5
# File 'lib/unicode_script_detector/spoof_detector.rb', line 3

def type
  @type
end