Class: UnicodeScriptDetector::SpoofDetector::ConfusableChar
- Inherits:
-
Struct
- Object
- Struct
- UnicodeScriptDetector::SpoofDetector::ConfusableChar
- Defined in:
- lib/unicode_script_detector/spoof_detector.rb
Instance Attribute Summary collapse
-
#char ⇒ Object
Returns the value of attribute char.
-
#looks_like ⇒ Object
Returns the value of attribute looks_like.
-
#position ⇒ Object
Returns the value of attribute position.
-
#script ⇒ Object
Returns the value of attribute script.
Instance Attribute Details
#char ⇒ Object
Returns the value of attribute char
4 5 6 |
# File 'lib/unicode_script_detector/spoof_detector.rb', line 4 def char @char end |
#looks_like ⇒ Object
Returns the value of attribute looks_like
4 5 6 |
# File 'lib/unicode_script_detector/spoof_detector.rb', line 4 def looks_like @looks_like end |
#position ⇒ Object
Returns the value of attribute position
4 5 6 |
# File 'lib/unicode_script_detector/spoof_detector.rb', line 4 def position @position end |
#script ⇒ Object
Returns the value of attribute script
4 5 6 |
# File 'lib/unicode_script_detector/spoof_detector.rb', line 4 def script @script end |