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